Bump to version 2.2.3-devel.

This commit is contained in:
Daniele Varrazzo 2010-09-23 23:27:55 +01:00
parent bf9e557a71
commit cb1ef242a0

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.2'
PSYCOPG_VERSION = '2.2.3-devel'
version_flags = ['dt', 'dec']
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')