diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-11-10 12:14:42 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-11-10 12:17:12 +0000 |
commit | 5e0b109b263e00c9c71b4bfc606cb3ebcc19f1f6 (patch) | |
tree | b80970dba297e992b975dd88efdfa0c48d02e0af | |
parent | 3b84bc1b6e0f6df5aee71367091eb57511647706 (diff) | |
download | psycopg2-fix-808.tar.gz |
Bump to a package version to test with newer libpq versionfix-808
Test packages to be release to check if #808 is fixed.
[skip ci]
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |