BUMP 1.2.3
Signed-off-by: A. Jesse Jiryu Davis <jesse@mongodb.com>
This commit is contained in:
parent
44eb6b6d35
commit
b0f443cfd7
@ -3,10 +3,16 @@ Changelog
|
||||
|
||||
.. currentmodule:: motor.motor_tornado
|
||||
|
||||
Motor 1.2.3
|
||||
-----------
|
||||
|
||||
Compatibility with latest Sphinx and document how to use the latest TLS
|
||||
protocols.
|
||||
|
||||
Motor 1.2.2
|
||||
-----------
|
||||
|
||||
Motor 1.2.0 requires PyMongo 3.6 or later. The dependency was properly
|
||||
Motor 1.2.x requires PyMongo 3.6 or later. The dependency was properly
|
||||
documented, but not enforced in ``setup.py``. PyMongo 3.6 is now an install-time
|
||||
requirement; thanks to Shane Harvey for the fix.
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ import pymongo
|
||||
|
||||
from motor.motor_py3_compat import text_type
|
||||
|
||||
version_tuple = (1, 2, 3, 'dev0')
|
||||
version_tuple = (1, 2, 3)
|
||||
|
||||
|
||||
def get_version_string():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user