From 6c7041b2cd3690e3cdcaac350bd766229ce0a8d4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 21:41:56 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f232ba..258c0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-auth-oauthlib/#history +## [0.7.0](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.6.0...v0.7.0) (2022-10-25) + + +### Bug Fixes + +* **setup.py:** increase required google-auth version to >=2.13.0 ([f8a15f7](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/f8a15f75115ed5ef3ea47b50a707459ed62a8f48)) + ## [0.6.0](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.5.3...v0.6.0) (2022-10-20) diff --git a/setup.py b/setup.py index 7dfcde9..4a4640f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description = fh.read() -version = "0.6.0" +version = "0.7.0" setup( name="google-auth-oauthlib",