diff options
author | Federico Di Gregorio <fog@initd.org> | 2011-12-11 22:17:54 +0100 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2011-12-11 22:17:54 +0100 |
commit | 2efe3efdfabb061f49ac637d448a44d9bffacedf (patch) | |
tree | c119cd2f325086564da5efaf814c283cf313efba | |
parent | 088978e7b14821d4de2f449ee8dfeecaf90de888 (diff) | |
download | psycopg2-2efe3efdfabb061f49ac637d448a44d9bffacedf.tar.gz |
Preparing release 2.4.3
-rw-r--r-- | ZPsycopgDA/DA.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py index f515437..1423fb5 100644 --- a/ZPsycopgDA/DA.py +++ b/ZPsycopgDA/DA.py @@ -16,7 +16,7 @@ # their work without bothering about the module dependencies. -ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1', '2.4.2') +ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1', '2.4.2', '2.4.3') import sys import time @@ -73,7 +73,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4.3.dev0' +PSYCOPG_VERSION = '2.4.3' version_flags = ['dt', 'dec'] |