commit | 22affe15b96071abd73faa1baec4f6eb0b6556cd | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Wed Jun 30 20:22:22 2021 +0000 |
committer | GitHub <noreply@github.com> | Wed Jun 30 20:22:22 2021 +0000 |
tree | 1ce195a748c37f4c24fcb65f908fbb395cba319e | |
parent | 2079ab5e1db464f502248ae4f9e424deeef87fb2 [diff] |
chore: release 1.32.1 (#790) :robot: I have created a release \*beep\* \*boop\* --- ### [1.32.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.32.0...v1.32.1) (2021-06-30) ### Bug Fixes * avoid leaking sub-session created for '_auth_request' ([#789](https://www.github.com/googleapis/google-auth-library-python/issues/789)) ([2079ab5](https://www.github.com/googleapis/google-auth-library-python/commit/2079ab5e1db464f502248ae4f9e424deeef87fb2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
diff --git a/CHANGELOG.md b/CHANGELOG.md index aae65ed..d04dad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-auth/#history +### [1.32.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.32.0...v1.32.1) (2021-06-30) + + +### Bug Fixes + +* avoid leaking sub-session created for '_auth_request' ([#789](https://www.github.com/googleapis/google-auth-library-python/issues/789)) ([2079ab5](https://www.github.com/googleapis/google-auth-library-python/commit/2079ab5e1db464f502248ae4f9e424deeef87fb2)) + ## [1.32.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.31.0...v1.32.0) (2021-06-16)
diff --git a/google/auth/version.py b/google/auth/version.py index d675c0b..2ffa8a4 100644 --- a/google/auth/version.py +++ b/google/auth/version.py
@@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.32.0" +__version__ = "1.32.1"