Skip to content

Commit b52ea2f

Browse files
committed
libmongocrypt-beta5 release
1 parent 4b15a99 commit b52ea2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bindings/python/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ PyMongoCrypt can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
8080

8181
$ python -m pip install pymongocrypt
8282
$ python -c "import pymongocrypt; print(pymongocrypt.libmongocrypt_version())"
83-
1.0.0-beta4
83+
1.0.0-beta5
8484

8585

8686
PyMongoCrypt ships wheels for macOS, Windows, and manylinux2010 that include
@@ -129,22 +129,22 @@ macOS::
129129
$ # Set PYMONGOCRYPT_LIB for macOS:
130130
$ export PYMONGOCRYPT_LIB=$(pwd)/libmongocrypt-all/macos/nocrypto/lib/libmongocrypt.dylib
131131
$ python -c "import pymongocrypt; print(pymongocrypt.libmongocrypt_version())"
132-
1.0.0-beta4
132+
1.0.0-beta5
133133

134134
Windows::
135135

136136
$ # Set PYMONGOCRYPT_LIB for Windows:
137137
$ chmod +x $(pwd)/libmongocrypt-all/windows-test/nocrypto/bin/mongocrypt.dll
138138
$ export PYMONGOCRYPT_LIB=$(pwd)/libmongocrypt-all/windows-test/nocrypto/bin/mongocrypt.dll
139139
$ python -c "import pymongocrypt; print(pymongocrypt.libmongocrypt_version())"
140-
1.0.0-beta4
140+
1.0.0-beta5
141141

142142
Linux::
143143

144144
$ # Set PYMONGOCRYPT_LIB for RHEL 6.2 x86_64:
145145
$ export PYMONGOCRYPT_LIB=$(pwd)/libmongocrypt-all/rhel-62-64-bit/nocrypto/lib64/libmongocrypt.so
146146
$ python -c "import pymongocrypt; print(pymongocrypt.libmongocrypt_version())"
147-
1.0.0-beta4
147+
1.0.0-beta5
148148

149149
Dependencies
150150
============

src/mongocrypt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @def MONGOCRYPT_VERSION
3131
* The version string x.y.z or x.y.z-pre for libmongocrypt
3232
*/
33-
#define MONGOCRYPT_VERSION "1.0.0-beta4"
33+
#define MONGOCRYPT_VERSION "1.0.0-beta5"
3434

3535
/**
3636
* Returns the version string for libmongocrypt.

0 commit comments

Comments
 (0)