Bumped to 2.4 beta2

We may release a Windows package to let people test if ticket #20 is
fixed.
This commit is contained in:
Daniele Varrazzo 2011-02-12 19:35:27 +00:00
parent 8ab7fa596c
commit 3842026bed
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# their work without bothering about the module dependencies.
ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1',)
ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2')
import sys
import time

View File

@ -75,7 +75,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0386/
# for a consistent versioning pattern.
PSYCOPG_VERSION = '2.4-beta1'
PSYCOPG_VERSION = '2.4-beta2'
version_flags = ['dt', 'dec']