There was an error while loading. Please reload this page.
1 parent 0687e9b commit 7f4c058Copy full SHA for 7f4c058
pymongo/__init__.py
@@ -77,7 +77,7 @@
77
ALL = 2
78
"""Profile all operations."""
79
80
-version_tuple = (2, 8, 'rc2+')
+version_tuple = (2, 8)
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.8rc2+"
+version = "2.8"
37
38
f = open("README.rst")
39
try:
0 commit comments