diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-11-10 16:36:08 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-11-10 16:36:08 +0000 |
commit | 2ef1bcc4afe457dc290d027e144d0d1009cf028c (patch) | |
tree | d64bd65ec223d643cd310f15fff056c8c52d9a1d | |
parent | 5e0b109b263e00c9c71b4bfc606cb3ebcc19f1f6 (diff) | |
download | psycopg2-2ef1bcc4afe457dc290d027e144d0d1009cf028c.tar.gz |
Bump package version again to test building with an older osx imagefix-binaries-2.7.6
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]
-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.1.dev0' +PSYCOPG_VERSION = '2.7.6.1.dev1' # note: if you are changing the list of supported Python version please fix |