Skip to content

Commit a066013

Browse files
chore: release 1.19.2 (#565)
1 parent 0ec28a1 commit a066013

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/google-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
### [1.19.2](https://www.github.com/googleapis/google-auth-library-python/compare/v1.19.1...v1.19.2) (2020-07-17)
8+
9+
10+
### Bug fixes
11+
12+
* Revert "fix: migrate signBlob to iamcredentials.googleapis.com" ([#563](https://www.github.com/googleapis/google-auth-library-python/issues/563)) ([a48b5b](https://www.github.com/googleapis/google-auth-library-python/commit/a48b5b9135b30ff06f1fe18dd9dbe92ffcf3a272))
13+
714
### [1.19.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.19.0...v1.19.1) (2020-07-15)
815

916

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
with io.open("README.rst", "r") as fh:
3333
long_description = fh.read()
3434

35-
version = "1.19.1"
35+
version = "1.19.2"
3636

3737
setup(
3838
name="google-auth",

0 commit comments

Comments
 (0)