From 9080b30741e9a6f6b80a6700197445bff48df917 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Wed, 11 May 2011 09:58:34 +0200 Subject: [PATCH] Preparing release 2.4.1 --- ZPsycopgDA/DA.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py index 8635ec5d..7a681e42 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') +ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1') import sys import time diff --git a/setup.py b/setup.py index 17eada11..9ae8117f 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4.1a0' +PSYCOPG_VERSION = '2.4.1' version_flags = ['dt', 'dec']