Changing version numbers for 2.0.5.

This commit is contained in:
Federico Di Gregorio 2006-09-01 08:33:01 +00:00
parent ec865ae932
commit d7100abbbe
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# See the LICENSE file for details.
ALLOWED_PSYCOPG_VERSIONS = ('2.0.1', '2.0.2', '2.0.3', '2.0.4')
ALLOWED_PSYCOPG_VERSIONS = ('2.0.1', '2.0.2', '2.0.3', '2.0.4', '2.0.5')
import sys
import time

View File

@ -52,7 +52,7 @@ from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler
PSYCOPG_VERSION = '2.0.4'
PSYCOPG_VERSION = '2.0.5'
version_flags = []
# to work around older distutil limitations