Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta 5 release of azure-ai-projects SDK #38968

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sdk/ai/azure-ai-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 1.0.0b5 (Unreleased)

### Features Added

### Bugs Fixed

### Breaking Changes

## 1.0.0b4 (2024-12-20)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-projects/azure/ai/projects/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b4"
VERSION = "1.0.0b5"
4 changes: 2 additions & 2 deletions sdk/ai/azure-ai-projects/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The instructions below are for running tests locally, on a Windows machine, agai
pip install wheel
python setup.py bdist_wheel
```
- Install the resulting wheel (update version `1.0.0b4` to the current one):
- Install the resulting wheel (update version `1.0.0b5` to the current one):
```bash
pip install dist\azure_ai_projects-1.0.0b4-py3-none-any.whl --user --force-reinstall
pip install dist\azure_ai_projects-1.0.0b5-py3-none-any.whl --user --force-reinstall
```

## Log in to Azure
Expand Down
Loading