Preparing release 2.4.1

This commit is contained in:
Federico Di Gregorio 2011-05-11 09:58:34 +02:00
parent de6aff31b8
commit 9080b30741
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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']