From e841aae8d5bba6d19f2cc9123e0f11f2a091fbd2 Mon Sep 17 00:00:00 2001 From: Max Belov Date: Tue, 13 Mar 2018 11:11:25 +0300 Subject: [PATCH 1/2] Fix OSX build --- .travis/before_install.sh | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/before_install.sh b/.travis/before_install.sh index 5f9d549..bc8f8cc 100755 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -2,7 +2,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew update - brew install python3 + brew upgrade python ln -s `which pip3` /usr/local/bin/pip fi diff --git a/VERSION b/VERSION index 7aef2e1..6ba60f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.26 \ No newline at end of file +1.7.27 \ No newline at end of file From 647523136d8165bef10c5bf3828005e14bc9f84a Mon Sep 17 00:00:00 2001 From: Max Belov Date: Tue, 13 Mar 2018 11:26:28 +0300 Subject: [PATCH 2/2] Bump version for release 8 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6ba60f1..afa2b35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.27 \ No newline at end of file +1.8.0 \ No newline at end of file