Skip to content

Commit

Permalink
Increment version for cosmos releases (Azure#26321)
Browse files Browse the repository at this point in the history
Increment package version after release of azure-cosmos
  • Loading branch information
azure-sdk committed Sep 20, 2022
1 parent d9a14f2 commit bb0a830
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Release History

### 4.3.1b2 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed

#### Other Changes

### 4.3.1b1 (2022-09-19)

#### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/azure/cosmos/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

VERSION = "4.3.1b1"
VERSION = "4.3.1b2"
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
maintainer_email="askdocdb@microsoft.com",
url="https://github.com/Azure/azure-sdk-for-python",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
Expand Down

0 comments on commit bb0a830

Please sign in to comment.