Skip to content

Commit a4b2b4e

Browse files
author
Mike Dirolf
committed
BUMP 1.1
__hash__ methods for DBRef & ObjectID bulk insert takes any iterable fix for ObjectId generation when using multiprocessing collection property for Cursor instances network_timeout option for Connection instances deprecate slave_okay setting for individual queries fix for safe mode w/ threading safe option for remove option to use tailable cursor for find
1 parent 13631ba commit a4b2b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.0"
36+
version = "1.1"
3737
"""Current version of PyMongo."""
3838

3939
Connection = PyMongo_Connection

0 commit comments

Comments
 (0)