Skip to content

Commit

Permalink
BUMP 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 3, 2023
1 parent decdb2b commit c2228bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

.. currentmodule:: motor.motor_tornado


Motor 3.1.2
-----------

Motor 3.1.2 fixes a bug when using Motor with ``multiprocessing``.


Motor 3.1.1
-----------

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

"""Motor, an asynchronous driver for MongoDB."""

version_tuple = (3, 1, 1)
version_tuple = (3, 1, 2)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def run(self):

setup(
name="motor",
version="3.1.1",
version="3.1.2",
packages=packages,
description=description,
long_description=long_description,
Expand Down

0 comments on commit c2228bf

Please sign in to comment.