There was an error while loading. Please reload this page.
1 parent 13d80ce commit 5936007Copy full SHA for 5936007
pymongo/__init__.py
@@ -77,7 +77,7 @@
77
ALL = 2
78
"""Profile all operations."""
79
80
-version_tuple = (2, 9, "rc1.dev0")
+version_tuple = (2, 9)
81
82
def get_version_string():
83
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.9rc1.dev0"
+version = "2.9"
37
38
f = open("README.rst")
39
try:
0 commit comments