Skip to content

Commit

Permalink
MOTOR-1184 Release 3.3.1 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 31, 2023
1 parent 62cf174 commit 7ab5080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion motor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Version-related data for motor."""

version_tuple = (3, 3, 0)
version_tuple = (3, 3, 1)


def get_version_string() -> str:
Expand Down

0 comments on commit 7ab5080

Please sign in to comment.