summaryrefslogtreecommitdiff
path: root/ZPsycopgDA/DA.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2011-12-11 22:17:54 +0100
committerFederico Di Gregorio <fog@initd.org>2011-12-11 22:17:54 +0100
commit2efe3efdfabb061f49ac637d448a44d9bffacedf (patch)
treec119cd2f325086564da5efaf814c283cf313efba /ZPsycopgDA/DA.py
parent088978e7b14821d4de2f449ee8dfeecaf90de888 (diff)
downloadpsycopg2-2efe3efdfabb061f49ac637d448a44d9bffacedf.tar.gz
Preparing release 2.4.3
Diffstat (limited to 'ZPsycopgDA/DA.py')
-rw-r--r--ZPsycopgDA/DA.py2
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