Skip to content

Commit 1399906

Browse files
author
Mike Dirolf
committed
BUMP 1.1.1
Support for multi-update Fix C extension w/ unicode regex patterns Added Collection.distinct Add database support for DBRefs json_util w/ helpers for encoding / decoding to JSON DEPRECATING Cursor.__len__ in favor of Cursor.count(True) Major documentation work - switched to sphinx
1 parent f6fbb00 commit 1399906

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

3939
Connection = PyMongo_Connection

0 commit comments

Comments
 (0)