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

Commit

Permalink
remove print from setup.py and release 0.15.9 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Sep 29, 2018
1 parent 2bbe732 commit a7414ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH b71d0c74de0b84f2f10a2c61cd66fbb48873709f
ENV GAPIC_GENERATOR_HASH ea27c8ac15551128e52998a35471711b4c6ffd82
# Define version number below. The ARTMAN_VERSION line is parsed by
# .circleci/config.yml and setup.py, please keep the format.
ENV ARTMAN_VERSION 0.15.8
ENV ARTMAN_VERSION 0.15.9

ENV DEBIAN_FRONTEND noninteractive

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
if not current_version:
print('Cannot determine version from Dockerfile. Exiting.')
exit(1)
print('Version: %s' % current_version)

with io.open(os.path.join(cur_dir, 'requirements.txt')) as requirements_file:
requirements = requirements_file.read().strip().split('\n')
Expand Down

0 comments on commit a7414ce

Please sign in to comment.