Skip to content

Commit 5333d4b

Browse files
committed
BUMP 2.4.2
1 parent aec6c4f commit 5333d4b

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
@@ -47,7 +47,7 @@
4747
ALL = 2
4848
"""Profile all operations."""
4949

50-
version_tuple = (2, 4, 1, '+')
50+
version_tuple = (2, 4, 2)
5151

5252
def get_version_string():
5353
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.4.1+"
34+
version = "2.4.2"
3535

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

0 commit comments

Comments
 (0)