diff options
author | Federico Di Gregorio <fog@ania.dndg.it> | 2010-11-06 15:50:39 +0100 |
---|---|---|
committer | Federico Di Gregorio <fog@ania.dndg.it> | 2010-11-06 15:50:39 +0100 |
commit | 645ab521f3fd5cc2bc579c0eb53418dfde811100 (patch) | |
tree | 7886abe072e9f8e96611daf7e7587dc97e41a471 /ZPsycopgDA/DA.py | |
parent | 4ea9dbdcf0b9cb47812023565af252454126669d (diff) | |
download | psycopg2-645ab521f3fd5cc2bc579c0eb53418dfde811100.tar.gz |
Preparing release 2.3.0-beta12_3_0_BETA1
* Merged NEWS-2.3 and NEWS-2.2: 2.0 (pre-async) still makes sense in case
someone has horrible problems with the new code but 2.3 will just
substitute 2.2 so having a separated NEWS file doesn't make sense.
* Moved authors and contributors to AUHTORS file.
* README now has pointers to web site and bug tracker.
* Updated MonoDevelop project.
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 b4f0c6f..d852c62 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.2.0','2.2.1','2.2.2') +ALLOWED_PSYCOPG_VERSIONS = ('2.3.0-beta1',) import sys import time |