Skip to content

Commit e242a84

Browse files
chore: release 1.13.1 (#482)
1 parent 3cc3f16 commit e242a84

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.13.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.13.0...v1.13.1) (2020-04-01)
8+
9+
10+
### Bug Fixes
11+
12+
* invalid expiry type ([#481](https://www.github.com/googleapis/google-auth-library-python/issues/481)) ([7ae9a28](https://www.github.com/googleapis/google-auth-library-python/commit/7ae9a284dae16d274bfd4d876414f08efd6c3bff))
13+
714
## [1.13.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.12.0...v1.13.0) (2020-04-01)
815

916

packages/google-auth/setup.py

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

33-
version = "1.13.0"
33+
version = "1.13.1"
3434

3535
setup(
3636
name="google-auth",

0 commit comments

Comments
 (0)