summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ZPsycopgDA/DA.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py
index 11d2c82..2a0f4dd 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', '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
diff --git a/setup.py b/setup.py
index f89a948..f73b9e0 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.4'
+PSYCOPG_VERSION = '2.0.5'
version_flags = []
# to work around older distutil limitations