From e7d527d8f33bbb66884180509d09b90a88f7ec81 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Mon, 16 Jul 2018 13:00:08 -0700 Subject: [PATCH] release 0.14.1 (#471) --- Dockerfile | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5eebf1b..01c1b7d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:16.04 # Release parameters -ENV GOOGLEAPIS_HASH 70192f3c37822e8353d17d8b19231a21dbd8beac -ENV GAPIC_GENERATOR_HASH c67b451bbab148d48bc5ba440d3f76edbc134463 -ENV ARTMAN_VERSION 0.14.0 +ENV GOOGLEAPIS_HASH 380eba07af6924efbbcd87e442e6ff283e9da787 +ENV GAPIC_GENERATOR_HASH 73713463252169991b5213ff2a0f14ff24c0d36b +ENV ARTMAN_VERSION 0.14.1 ENV DEBIAN_FRONTEND noninteractive diff --git a/setup.py b/setup.py index a90f632e..357fc718 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.14.0' +current_version = '0.14.1' cur_dir = os.path.realpath(os.path.dirname(__file__)) with io.open('%s/requirements.txt' % cur_dir) as requirements_file: