From 2ef1bcc4afe457dc290d027e144d0d1009cf028c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 10 Nov 2018 16:36:08 +0000 Subject: 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1