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.2 release (#491)
Browse files Browse the repository at this point in the history
Also, remove overview.rb from golden test manifest
  • Loading branch information
vchudnov-g authored Aug 27, 2018
1 parent 0c4f00a commit 48e2c92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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 a31e5f072dbf18a493efabbca9e39e200ed1a78e
ENV GAPIC_GENERATOR_HASH b1d46dec256e433e07a11992a41b9e3cf0df54ea
ENV ARTMAN_VERSION 0.15.1
ENV GOOGLEAPIS_HASH bdd31f00f7c52fc8075e2bf476a5253f5c60c2ba
ENV GAPIC_GENERATOR_HASH cc12bdf2be42d53266748320f91df53392131a18
ENV ARTMAN_VERSION 0.15.2

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.1'
current_version = '0.15.2'

cur_dir = os.path.realpath(os.path.dirname(__file__))
with io.open('%s/requirements.txt' % cur_dir) as requirements_file:
Expand Down
1 change: 0 additions & 1 deletion test/golden/library_example.golden
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/cloud/example/library/v1/credentials.rb
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/cloud/example/library/v1/doc/google/example/library/v1/library.rb
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/cloud/example/library/v1/doc/google/protobuf/empty.rb
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/cloud/example/library/v1/doc/overview.rb
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/cloud/example/library/v1/library_service_client.rb
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/cloud/example/library/v1/library_service_client_config.json
/ruby/google-cloud-ruby/google-cloud-library_example/lib/google/example/library/v1/library_pb.rb
Expand Down

0 comments on commit 48e2c92

Please sign in to comment.