From 8d8bfe969b3c196d77e74f9623059d6459f284f4 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Sun, 11 Jun 2006 05:15:27 +0000 Subject: [PATCH] Preparing 2.0.2. --- 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 ee08f741..d2c9b92d 100644 --- a/ZPsycopgDA/DA.py +++ b/ZPsycopgDA/DA.py @@ -18,7 +18,7 @@ # See the LICENSE file for details. -ALLOWED_PSYCOPG_VERSIONS = ('2.0.1',) +ALLOWED_PSYCOPG_VERSIONS = ('2.0.1', '2.0.2') import sys import time diff --git a/setup.py b/setup.py index 981b5665..dd4a001f 100644 --- a/setup.py +++ b/setup.py @@ -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.1' +PSYCOPG_VERSION = '2.0.2' version_flags = [] # to work around older distutil limitations