Bump version to 2.7 beta 1

This commit is contained in:
Daniele Varrazzo 2017-02-08 10:28:33 +00:00
parent d2cafe2684
commit 6f83c9c87a

View File

@ -64,7 +64,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0386/
# for a consistent versioning pattern.
PSYCOPG_VERSION = '2.7.dev0'
PSYCOPG_VERSION = '2.7b1'
# note: if you are changing the list of supported Python version please fix