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

Commit

Permalink
release 0.15.5 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Sep 21, 2018
1 parent 126a277 commit cb42673
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 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

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.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:
Expand Down

0 comments on commit cb42673

Please sign in to comment.