From cb4267313d9cff1bf8ceda50e9aa3d57b0ed6125 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Fri, 21 Sep 2018 15:49:41 -0700 Subject: [PATCH] release 0.15.5 (#501) --- Dockerfile | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c3045187..fc2d745a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:16.04 # Release parameters -ENV GOOGLEAPIS_HASH 254c358cfc638a1fadd2efd9a6ba46cf2e224400 -ENV GAPIC_GENERATOR_HASH b98a8792cf8551005447fd39eec380d936d9c509 -ENV ARTMAN_VERSION 0.15.4 +ENV GOOGLEAPIS_HASH 837973f525ecf5f0cb1cfa2bd8fc85e936d4c6c9 +ENV GAPIC_GENERATOR_HASH 48441a7c3382583d5887a9db7286fb0fb93223e7 +ENV ARTMAN_VERSION 0.15.5 ENV DEBIAN_FRONTEND noninteractive diff --git a/setup.py b/setup.py index 90c618c6..3d31766b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # The following line is parsed by CI scripts (see .circleci/config.yml) # and by release.py. Please keep the format. -current_version = '0.15.4' +current_version = '0.15.5' cur_dir = os.path.realpath(os.path.dirname(__file__)) with io.open('%s/requirements.txt' % cur_dir) as requirements_file: