Bump to version 2.2.2-devel.

The -devel suffix appears in the docs we publish on the website, so it's
clear that they refer to the upcoming version.
This commit is contained in:
Daniele Varrazzo 2010-05-20 02:03:07 +01:00
parent eacf6febfe
commit e3d489f701

View File

@ -55,7 +55,7 @@ from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler
PSYCOPG_VERSION = '2.2.1'
PSYCOPG_VERSION = '2.2.2-devel'
version_flags = ['dt', 'dec']
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')