Skip to content

Commit

Permalink
BUMP 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
behackett committed Jun 1, 2013
1 parent 94520a7 commit 1c0596b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (2, 5, 1)
version_tuple = (2, 5, 2)

def get_version_string():
if isinstance(version_tuple[-1], basestring):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from distutils.errors import DistutilsPlatformError, DistutilsExecError
from distutils.core import Extension

version = "2.5.1"
version = "2.5.2"

f = open("README.rst")
try:
Expand Down

0 comments on commit 1c0596b

Please sign in to comment.