- Notifications
You must be signed in to change notification settings - Fork3.2k
Increment version for cosmos releases#44195
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Increment version for cosmos releases#44195
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull request overview
This PR increments the version number for the azure-cosmos package from4.15.0b1 to4.15.0b2 following the release of version4.15.0b1. This is a standard post-release version bump to prepare for the next development cycle.
Key Changes:
- Version string updated from
4.15.0b1to4.15.0b2in the version file - New unreleased version section added to CHANGELOG with standard subsection placeholders
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/cosmos/azure-cosmos/azure/cosmos/_version.py | Increments VERSION constant from4.15.0b1 to4.15.0b2 |
| sdk/cosmos/azure-cosmos/CHANGELOG.md | Adds new4.15.0b2 (Unreleased) section with empty subsections for future changes |
Review Summary: The changes follow the standard Azure SDK for Python conventions for post-release version increments. The version follows semantic versioning for beta releases (incrementing the beta number), and the CHANGELOG format is consistent with the repository's established patterns. No issues were identified.
Increment package version after release of azure-cosmos