Skip to content

Commit 593b57f

Browse files
authored
MOTOR-1213 Release 3.3.2 changelog update (#241)
1 parent 3836246 commit 593b57f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Changelog
33

44
.. currentmodule:: motor.motor_tornado
55

6+
Motor 3.3.2
7+
-----------
8+
- Fix incorrect type hints for the following:
9+
:meth:`MotorCursor.to_list`,
10+
:meth:`MotorCollection.name`,
11+
:meth:`MotorDatabase.get_collection`,
12+
:meth:`MotorClientSession.with_transaction`
13+
- Fix a bug that caused application-supplied DriverInfo to be overwritten.
14+
615
Motor 3.3.1
716
-----------
817
- Fix a bug in the type hint for :meth:`MotorCursor.to_list`.

motor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
"""Version-related data for motor."""
16-
version_tuple = (3, 4, 0, ".dev0")
16+
version_tuple = (3, 3, 2)
1717

1818

1919
def get_version_string() -> str:

0 commit comments

Comments
 (0)