Skip to content

Commit 40d95ee

Browse files
committed
Prep pymongocrypt 1.20.0 for release
1 parent cf5d12d commit 40d95ee

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

bindings/python/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Changes in Version 1.20.0
5+
-------------------------
6+
7+
- Bundle libmongocrypt 1.20.0 in release wheels.
8+
- Stable support for substring queries, including "string", "suffix", and "prefix" algorithms.
9+
410
Changes in Version 1.18.1
511
-------------------------
612

bindings/python/pymongocrypt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.18.2.dev0"
15+
__version__ = "1.20.0"
1616

1717
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"

0 commit comments

Comments
 (0)