Skip to content

Commit

Permalink
Update to version b5
Browse files Browse the repository at this point in the history
  • Loading branch information
dargilco committed Dec 20, 2024
1 parent 980fe42 commit 09716a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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

0 comments on commit 09716a7

Please sign in to comment.