Skip to content

Commit

Permalink
Cut 0.19.0 release.
Browse files Browse the repository at this point in the history
This is the first release after the rename.

Closes googleapis#2264.
  • Loading branch information
dhermes committed Sep 8, 2016
1 parent 92219b8 commit eb29de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ after_success:

deploy:
provider: pypi
user: silvolu
user: gcloudpypi
password:
secure: keSFPLzVj/yAAJ8kw4m+U5kpIiGqubpDqhcHPlGAvMohFMIO4D8ffgCqJdbhQshTtb/wiS5ajK1KNpEzq4BKD/5oRXuj/sIRTMENzX/azUXkT/bADLEGocyfE4/NAGQ9mcDOmHntjt7UUhYN6H87rgex22er4V1vD5tGf5Kc1HU=
secure: LR0i9Oeu6kpLTYS5xK/zCng4gmdtPvFfD/XYdQhyY5jBibQkC2WUQU6nJA9bDXRxhBP5bUwXFGkbhOcOJgHNrUfmyPzpDbM8BR29KfY0WfdYv72gsGZOaekqCReFmHbqLE7qOQtHR5U3ey6ivcgw+hZO72Uu6qDCc9B8qwoBfAs=
on:
tags: true
repo: GoogleCloudPlatform/google-cloud-python
# until this is fixed: https://github.com/travis-ci/travis-ci/issues/1675
all_branches: true
# 'bdist_wheel' builds disabled until #1879 et al. are resolved.
distributions: "sdist"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='google-cloud',
version='0.18.0',
version='0.19.0',
description='API Client library for Google Cloud',
author='Google Cloud Platform',
author_email='jjg+google-cloud-python@google.com',
Expand Down

0 comments on commit eb29de3

Please sign in to comment.