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