diff options
| author | Federico Di Gregorio <fog@initd.org> | 2010-11-09 18:51:46 +0100 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2010-11-09 18:51:46 +0100 |
| commit | cf07af5ff50b7f8febe06adcf42babbf639b1ae9 (patch) | |
| tree | cae396d3b31209460101b991f9885b217f4d71b8 | |
| parent | a39e98f9e51f47d7f2d7f8ccea58d0969fa33cdc (diff) | |
| download | psycopg2-cf07af5ff50b7f8febe06adcf42babbf639b1ae9.tar.gz | |
Version bump to 2.3.0-beta2
| -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 d852c62..b2dd193 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.3.0-beta1',) +ALLOWED_PSYCOPG_VERSIONS = ('2.3.0-beta2',) import sys import time @@ -58,7 +58,7 @@ from distutils.ccompiler import get_default_compiler # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.3.0-beta1' +PSYCOPG_VERSION = '2.3.0-beta2' version_flags = ['dt', 'dec'] |
