Bump to a package version to test with newer libpq version

Test packages to be release to check if #808 is fixed.

[skip ci]
This commit is contained in:
Daniele Varrazzo 2018-11-10 12:14:42 +00:00
parent 3b84bc1b6e
commit 5e0b109b26

View File

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