summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-10 16:36:08 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-10 16:36:08 +0000
commit2ef1bcc4afe457dc290d027e144d0d1009cf028c (patch)
treed64bd65ec223d643cd310f15fff056c8c52d9a1d
parent5e0b109b263e00c9c71b4bfc606cb3ebcc19f1f6 (diff)
downloadpsycopg2-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ae79b6f..e1fe5e6 100644
--- a/setup.py
+++ b/setup.py
@@ -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