diff options
author | Federico Di Gregorio <fog@initd.org> | 2010-02-22 19:45:48 +0100 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2010-02-22 19:45:48 +0100 |
commit | 3636bc4201eaa13939da1e6928e61ec16f8271a8 (patch) | |
tree | 947f56d87fa7f9a9083494dbfc3b69d2ccfea5f9 | |
parent | b99f2d5f8e619c872a8d1b66741773fe1cda4b12 (diff) | |
download | psycopg2-3636bc4201eaa13939da1e6928e61ec16f8271a8.tar.gz |
Release candidate 1
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ from distutils.sysconfig import get_python_inc from distutils.ccompiler import get_default_compiler PSYCOPG_VERSION = '2.0.14' -version_flags = ['dt', 'dec'] +version_flags = ['release-candidate-1', 'dt', 'dec'] PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win') |