From 8b286ccd1b17ec8224c232947d5c1890429c15c0 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Mon, 5 Mar 2018 20:00:47 -0800 Subject: Bump version to 3.5.2 --- .travis.yml | 6 +++--- appveyor.yml | 4 ++-- config.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01e16942..42e88e81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ env: global: - REPO_DIR=protobuf - - BUILD_COMMIT=3.5.x - - BUILD_VERSION=3.5.1.dev1 + - BUILD_COMMIT=v3.5.2 + - BUILD_VERSION=3.5.2 - PLAT=x86_64 - UNICODE_WIDTH=32 - MACOSX_DEPLOYMENT_TARGET=10.9 @@ -79,4 +79,4 @@ after_success: - pip install twine - pip install pyOpenSSL ndg-httpsclient pyasn1 - source deploy_travis.sh - # - deploy + - deploy diff --git a/appveyor.yml b/appveyor.yml index 72e92efe..b52be319 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,8 +6,8 @@ environment: global: REPO_DIR: protobuf PACKAGE_NAME: protobuf - BUILD_COMMIT: 3.5.x - BUILD_VERSION: 3.5.1.dev1 + BUILD_COMMIT: v3.5.2 + BUILD_VERSION: 3.5.2 MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin BUILD_DLL: OFF diff --git a/config.sh b/config.sh index 3438ba44..55c5adfe 100644 --- a/config.sh +++ b/config.sh @@ -38,7 +38,7 @@ function bdist_wheel_cmd { if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sed -i.bu "s/^__version__.*/__version__ = '$BUILD_VERSION'/" google/protobuf/__init__.py else - sed -i "s/^__version__.*/__version__ = '3.5.1.dev1'/" google/protobuf/__init__.py + sed -i "s/^__version__.*/__version__ = '3.5.2'/" google/protobuf/__init__.py fi cat google/protobuf/__init__.py -- cgit v1.2.3