Skip to content

Upgrading version to 0.13.0. - #1740

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:cut-0.13.0
Apr 22, 2016
Merged

Upgrading version to 0.13.0.#1740
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:cut-0.13.0

Conversation

@dhermes

@dhermesdhermes commented Apr 22, 2016

Copy link
Copy Markdown
Contributor
$ git log -1 --pretty=%H
f227fdc96287d92ba7232f005a447b6af06a7525
$ git log 0.12.1..HEAD \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sort

yields
#1700
#1733
#1734
#1736
#1737
#1738
#1691 didn't show up (because I merged it with GitHub's squash commit feature). If we use this feature I'll need to refine my release process to capture all PRs since the last release (maybe something already exists from GitHub that I don't know about).

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2016
@dhermes

dhermes commented Apr 22, 2016

Copy link
Copy Markdown
ContributorAuthor

@tseaver

Copy link
Copy Markdown
Contributor

LGTM. I don't think we need to mention any of the currently-excluded PRs: none of them are user-visible.

@dhermes
dhermes merged commit a4b5db3 into googleapis:masterApr 22, 2016
@dhermes
dhermes deleted the cut-0.13.0 branch April 22, 2016 19:31
@dhermes

Copy link
Copy Markdown
ContributorAuthor

@rimey I can always edit the release notes, LMK if you'd like different / more verbose content.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

Release has been uploaded: https://pypi.python.org/pypi/gcloud/0.13.0

@rimey

Copy link
Copy Markdown
Contributor

Sorry, I was off-line for a bit. Shall I just hit the "Update release" button?

Monitoring API

@dhermes

Copy link
Copy Markdown
ContributorAuthor

I just updated it for you. Wasn't sure what your edit privileges would be for the release.

parthea added a commit that referenced this pull request Nov 24, 2025
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
)
* Add `from_impersonated_account_info` method to ImperstonatedCredentials.
* id_token.py uses impersonated_credentials.from_impersonated_account_info.
* Add token_id unit test for impersonated service account credentials.
* _default uses impersonated_credentials method.
parthea added a commit that referenced this pull request Mar 6, 2026
…lates/python_library/.kokoro (#1740)
Source-Link: googleapis/synthtool@9367caa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03c
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Add a warning that generation_number will be deprecated in the next
major release.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@tseaver@rimey@googlebot