BUMP 3.12.3 (#810)
This commit is contained in:
parent
55091f1b79
commit
0fe4ba7f0b
@ -1,6 +1,21 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Changes in Version 3.12.3
|
||||
-------------------------
|
||||
|
||||
Issues Resolved
|
||||
...............
|
||||
|
||||
Version 3.12.3 fixes a bug that prevented :meth:`bson.json_util.loads` from
|
||||
decoding a document with a non-string "$regex" field (`PYTHON-3028`_).
|
||||
|
||||
See the `PyMongo 3.12.3 release notes in JIRA`_ for the list of resolved issues
|
||||
in this release.
|
||||
|
||||
.. _PYTHON-3028: https://jira.mongodb.org/browse/PYTHON-3028
|
||||
.. _PyMongo 3.12.3 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=32505
|
||||
|
||||
Changes in Version 3.12.2
|
||||
-------------------------
|
||||
|
||||
|
||||
@ -99,7 +99,7 @@ See https://docs.mongodb.com/manual/tutorial/manage-the-database-profiler
|
||||
Deprecated
|
||||
"""
|
||||
|
||||
version_tuple = (3, 12, 3, '.dev0')
|
||||
version_tuple = (3, 12, 3)
|
||||
|
||||
def get_version_string():
|
||||
if isinstance(version_tuple[-1], str):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user