Skip to content

Commit ddf523d

Browse files
committed
BUMP 2.2
1 parent a220c23 commit ddf523d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ReadPreference:
9191
SECONDARY = 1
9292
SECONDARY_ONLY = 2
9393

94-
version_tuple = (2, 2, 'rc1+')
94+
version_tuple = (2, 2)
9595

9696
def get_version_string():
9797
if isinstance(version_tuple[-1], basestring):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from distutils.errors import DistutilsPlatformError, DistutilsExecError
3232
from distutils.core import Extension
3333

34-
version = "2.2rc1+"
34+
version = "2.2"
3535

3636
f = open("README.rst")
3737
try:

0 commit comments

Comments
 (0)