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

Commit

Permalink
Prepare for 0.15.4 release (#497)
Browse files Browse the repository at this point in the history
needed to pick up --dev_samples in gapic-generator (googleapis/gapic-generator#2304)
  • Loading branch information
vchudnov-g authored Sep 14, 2018
1 parent 09d5a54 commit 81fceaa
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 9f426eafffe7e293287aa1891e687088817ea2c7
ENV GAPIC_GENERATOR_HASH eb72997a4e6733acbc35775ac40f08a0324881cc
ENV ARTMAN_VERSION 0.15.3
ENV GOOGLEAPIS_HASH 254c358cfc638a1fadd2efd9a6ba46cf2e224400
ENV GAPIC_GENERATOR_HASH b98a8792cf8551005447fd39eec380d936d9c509
ENV ARTMAN_VERSION 0.15.4

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.3'
current_version = '0.15.4'

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 81fceaa

Please sign in to comment.