File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
8686PyMongoCrypt 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
134134Windows::
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
142142Linux::
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
149149Dependencies
150150============
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments