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

Commit

Permalink
Release artman 0.14.3 (#482)
Browse files Browse the repository at this point in the history
* release artman v0.14.3

* release artman v0.14.3

* release artman v0.14.3

* also update setup.py with 0.14.3
  • Loading branch information
andreamlin authored and alexander-fenster committed Jul 27, 2018
1 parent 855bbfd commit f7d8ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:16.04
# Release parameters
ENV GOOGLEAPIS_HASH 201d7be7f9da925df93bc52f8108963284f61aed
ENV GAPIC_GENERATOR_HASH ad128d72835f5e818f4e0087510878263cba5f0e
ENV ARTMAN_VERSION 0.14.2
ENV ARTMAN_VERSION 0.14.3

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.2'
current_version = '0.14.3'

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 f7d8ba3

Please sign in to comment.