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

Commit

Permalink
Release version 0.15.0 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Aug 14, 2018
1 parent 7af345e commit 050df83
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 201d7be7f9da925df93bc52f8108963284f61aed
ENV GAPIC_GENERATOR_HASH ad128d72835f5e818f4e0087510878263cba5f0e
ENV ARTMAN_VERSION 0.14.3
ENV GOOGLEAPIS_HASH a31e5f072dbf18a493efabbca9e39e200ed1a78e
ENV GAPIC_GENERATOR_HASH 56ef466e36f3ca2d6b8527c5c131c6f469d8e1bb
ENV ARTMAN_VERSION 0.15.0

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

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 050df83

Please sign in to comment.