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 e7be836 commit e2df1b3Copy full SHA for e2df1b3
bindings/python/CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+Changes in Version 1.17.0
5
+-------------------------
6
+
7
+- Bundle libmongocrypt 1.17.0 in release wheels.
8
9
Changes in Version 1.16.0
10
-------------------------
11
bindings/python/pymongocrypt/version.py
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.17.0.dev0"
+__version__ = "1.17.0"
16
17
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"
0 commit comments