diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py index ed8c45b1..6e850821 100644 --- a/ZPsycopgDA/DA.py +++ b/ZPsycopgDA/DA.py @@ -18,7 +18,7 @@ # See the LICENSE file for details. -ALLOWED_PSYCOPG_VERSIONS = ('2.0b4', '2.0b5', '2.0b6', '2.0b7') +ALLOWED_PSYCOPG_VERSIONS = ('2.0b4', '2.0b5', '2.0b6', '2.0b7', '2.0b8') import sys import time diff --git a/setup.py b/setup.py index 93906a9e..b591c263 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.0b7' +PSYCOPG_VERSION = '2.0b8' version_flags = [] # to work around older distutil limitations