We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e661509 commit f0071f8Copy full SHA for f0071f8
src/cosmosdb-preview/HISTORY.rst
@@ -2,6 +2,10 @@
2
Release History
3
===============
4
5
+1.7.0
6
+* Added throughput bucketing.
7
++++++++
8
+
9
1.6.1
10
+++++
11
* Fix SQL container throughput update to preserve existing throughput buckets when not explicitly specified.
src/cosmosdb-preview/setup.py
@@ -16,7 +16,7 @@
16
17
# TODO: Confirm this is the right version number you want and it matches your
18
# HISTORY.rst entry.
19
-VERSION = '1.7.1'
+VERSION = '1.7.0'
20
21
# The full list of classifiers is available at
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments