diff options
| author | Federico Di Gregorio <fog@initd.org> | 2010-07-18 12:32:45 +0200 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2010-07-18 12:32:45 +0200 |
| commit | c3b835929ba0776d65fafeaad62b7756f5114bca (patch) | |
| tree | c78598a67cc860e00b8098afd3ec88368d807d93 /setup.py | |
| parent | 557608f715d0b7aade3f3b7c71b88c60c7f46175 (diff) | |
| download | psycopg2-c3b835929ba0776d65fafeaad62b7756f5114bca.tar.gz | |
Preparing release 2.2.22_2_2
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-devel' +PSYCOPG_VERSION = '2.2.2' version_flags = ['dt', 'dec'] PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win') |
