Skip to content

Commit

Permalink
BUMP 2.3rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
behackett committed Aug 17, 2012
1 parent dfaadd5 commit d239f98
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
Expand Up @@ -48,7 +48,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (2, 2, 1, '+')
version_tuple = (2, 3, 'rc1')

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

version = "2.2.1+"
version = "2.3rc1"

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

0 comments on commit d239f98

Please sign in to comment.