Version -> +

This commit is contained in:
behackett 2012-04-23 16:11:09 -07:00
parent 2afb2bf304
commit f9a358c10a
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ class ReadPreference:
SECONDARY = 1
SECONDARY_ONLY = 2
version_tuple = (2, 2, 'rc1')
version_tuple = (2, 2, 'rc1+')
def get_version_string():
if isinstance(version_tuple[-1], basestring):

View File

@ -31,7 +31,7 @@ from distutils.errors import CCompilerError
from distutils.errors import DistutilsPlatformError, DistutilsExecError
from distutils.core import Extension
version = "2.2rc1"
version = "2.2rc1+"
f = open("README.rst")
try: