MOTOR-1184 Release 3.3.1 (#228)
This commit is contained in:
parent
62cf1742fc
commit
7ab5080b62
@ -3,6 +3,10 @@ Changelog
|
||||
|
||||
.. currentmodule:: motor.motor_tornado
|
||||
|
||||
Motor 3.3.1
|
||||
-----------
|
||||
- Fix a bug in the type hint for :meth:`MotorCursor.to_list`.
|
||||
|
||||
Motor 3.3.0
|
||||
-----------
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
"""Version-related data for motor."""
|
||||
|
||||
version_tuple = (3, 3, 0)
|
||||
version_tuple = (3, 3, 1)
|
||||
|
||||
|
||||
def get_version_string() -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user