There was an error while loading. Please reload this page.
1 parent 210b6a1 commit c2bb04bCopy full SHA for c2bb04b
pymongo/__init__.py
@@ -48,7 +48,7 @@
48
ALL = 2
49
"""Profile all operations."""
50
51
-version_tuple = (2, 3, 'rc1+')
+version_tuple = (2, 3)
52
53
def get_version_string():
54
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.3rc1+"
+version = "2.3"
35
36
f = open("README.rst")
37
try:
0 commit comments