From 69c66a3a3fa8e0f9d662ddc986aa32c5a86e2474 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Mon, 20 Dec 2010 13:33:21 +0100 Subject: [PATCH] Preparing release 2.3.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 e9f4312f..d88766ef 100644 --- a/ZPsycopgDA/DA.py +++ b/ZPsycopgDA/DA.py @@ -16,7 +16,7 @@ # their work without bothering about the module dependencies. -ALLOWED_PSYCOPG_VERSIONS = ('2.3.0','2.3.1') +ALLOWED_PSYCOPG_VERSIONS = ('2.3.0','2.3.1','2.3.2') import sys import time diff --git a/setup.py b/setup.py index 7faefd40..4417f527 100644 --- a/setup.py +++ b/setup.py @@ -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.2.dev0' +PSYCOPG_VERSION = '2.3.2' version_flags = ['dt', 'dec']