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 /ZPsycopgDA/DA.py | |
parent | 088978e7b14821d4de2f449ee8dfeecaf90de888 (diff) | |
download | psycopg2-2efe3efdfabb061f49ac637d448a44d9bffacedf.tar.gz |
Preparing release 2.4.3
Diffstat (limited to 'ZPsycopgDA/DA.py')
-rw-r--r-- | ZPsycopgDA/DA.py | 2 |
1 files changed, 1 insertions, 1 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 |