Skip to content

Commit 0d4a2ef

Browse files
committed
BUMP 2.7.2
1 parent 9ca8ad7 commit 0d4a2ef

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
@@ -77,7 +77,7 @@
7777
ALL = 2
7878
"""Profile all operations."""
7979

80-
version_tuple = (2, 7, 1, '+')
80+
version_tuple = (2, 7, 2)
8181

8282
def get_version_string():
8383
if isinstance(version_tuple[-1], basestring):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from distutils.errors import DistutilsPlatformError, DistutilsExecError
3434
from distutils.core import Extension
3535

36-
version = "2.7.1+"
36+
version = "2.7.2"
3737

3838
f = open("README.rst")
3939
try:

0 commit comments

Comments
 (0)