Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
release 0.14.1 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Jul 16, 2018
1 parent 61b1562 commit e7d527d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7d527d

Please sign in to comment.