Preparing release 2.4.4

This commit is contained in:
Federico Di Gregorio 2011-12-19 10:57:38 +01:00
parent 56482d3300
commit c22e8ef808
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', '2.4.1', '2.4.2', '2.4.3')
ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1', '2.4.2', '2.4.3', '2.4.4')
import sys
import time

View File

@ -73,7 +73,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0386/
# for a consistent versioning pattern.
PSYCOPG_VERSION = '2.4.4.dev0'
PSYCOPG_VERSION = '2.4.4'
version_flags = ['dt', 'dec']