There was an error while loading. Please reload this page.
1 parent 2fd2efa commit a7575faCopy full SHA for a7575fa
pymongo/__init__.py
@@ -67,7 +67,7 @@
67
ALL = 2
68
"""Profile all operations."""
69
70
-version_tuple = (2, 7, 'rc1+')
+version_tuple = (2, 7)
71
72
def get_version_string():
73
if isinstance(version_tuple[-1], basestring):
setup.py
@@ -33,7 +33,7 @@
33
from distutils.errors import DistutilsPlatformError, DistutilsExecError
34
from distutils.core import Extension
35
36
-version = "2.7rc1+"
+version = "2.7"
37
38
f = open("README.rst")
39
try:
0 commit comments