Skip to content

Commit

Permalink
MOTOR-1213 Release 3.3.2 changelog update (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp committed Nov 14, 2023
1 parent 3836246 commit 593b57f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

.. currentmodule:: motor.motor_tornado

Motor 3.3.2
-----------
- Fix incorrect type hints for the following:
:meth:`MotorCursor.to_list`,
:meth:`MotorCollection.name`,
:meth:`MotorDatabase.get_collection`,
:meth:`MotorClientSession.with_transaction`
- Fix a bug that caused application-supplied DriverInfo to be overwritten.

Motor 3.3.1
-----------
- Fix a bug in the type hint for :meth:`MotorCursor.to_list`.
Expand Down
2 changes: 1 addition & 1 deletion motor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

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


def get_version_string() -> str:
Expand Down

0 comments on commit 593b57f

Please sign in to comment.