diff options
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 7a681e4..f515437 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') +ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1', '2.4.2') import sys import time |