Skip to content

Commit 7fb8bb6

Browse files
author
Mike Dirolf
committed
BUMP 1.1.2 faster insert speed (message creation happens in C now), use random number for request_id, fix some race conditions with AutoReconnect exceptions
1 parent 856926d commit 7fb8bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ALL = 2
3434
"""Profile all operations."""
3535

36-
version = "1.1.1+"
36+
version = "1.1.2"
3737
"""Current version of PyMongo."""
3838

3939
Connection = PyMongo_Connection

pymongo/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.. note:: This module is for internal use and is generally not needed by
2020
application developers.
2121
22-
.. versionadded:: 1.1.1+
22+
.. versionadded:: 1.1.2
2323
"""
2424

2525
import threading

0 commit comments

Comments
 (0)