Preparing release 2.3.1

This commit is contained in:
Federico Di Gregorio 2010-12-04 21:24:02 +01:00
parent 557e28d744
commit ee5015a30b
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.3.0',)
ALLOWED_PSYCOPG_VERSIONS = ('2.3.0','2.3.1')
import sys
import time

View File

@ -56,7 +56,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.1.dev0'
PSYCOPG_VERSION = '2.3.1'
version_flags = ['dt', 'dec']