Skip to content

Commit ef68ec0

Browse files
authored
[CosmosDB] 2024-12-01-preview release package versioning. (#8441)
* Added versioning * Added release version in setup.py
1 parent 003fc73 commit ef68ec0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/cosmosdb-preview/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
1.2.0b1
6+
* Add support for Throughput bucketing.
7+
8+
+++++++
59
1.1.0b1
610
* Add support for Mongo (vCore) destination in container copy jobs.
711

src/cosmosdb-preview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '1.1.0b1'
19+
VERSION = '1.2.0b1'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)