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

Commit

Permalink
Bump toolkit version (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Jul 19, 2018
1 parent e7d527d commit 60af09d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:16.04

# Release parameters
ENV GOOGLEAPIS_HASH 380eba07af6924efbbcd87e442e6ff283e9da787
ENV GAPIC_GENERATOR_HASH 73713463252169991b5213ff2a0f14ff24c0d36b
ENV ARTMAN_VERSION 0.14.1
ENV GAPIC_GENERATOR_HASH 0a5f1a2e3442fc7175d419ef27676c41121cd156
ENV ARTMAN_VERSION 0.14.2

ENV DEBIAN_FRONTEND noninteractive

Expand Down
3 changes: 2 additions & 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.1'
current_version = '0.14.2'

cur_dir = os.path.realpath(os.path.dirname(__file__))
with io.open('%s/requirements.txt' % cur_dir) as requirements_file:
Expand Down Expand Up @@ -60,5 +60,6 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
]
)

0 comments on commit 60af09d

Please sign in to comment.