Bump package version again to test building with an older osx image

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

According to https://docs.travis-ci.com/user/reference/osx/#os-x-version
we built the packages with OS X 10.13 and Xcode 9.4.1. Because the error
was reported on 10.12, trying to build with Xcode 9.2 (the most recent
available on OSX 10.12).

[skip ci]
This commit is contained in:
Daniele Varrazzo 2018-11-10 16:36:08 +00:00
parent 5e0b109b26
commit 2ef1bcc4af

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.1.dev0'
PSYCOPG_VERSION = '2.7.6.1.dev1'
# note: if you are changing the list of supported Python version please fix