From bdbf52558e328e678566ef20e62f9babbd1a0c96 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 18:39:39 +0000 Subject: [PATCH] chore(main): release 1.2.3 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0259d1..92a454a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-auth-oauthlib/#history +## [1.2.3](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.2...v1.2.3) (2025-04-23) + + +### Bug Fixes + +* Drop support for Python 3.6 ([4b1a5f3](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/4b1a5f33f282af79999d7ed80d11a246a7e301a2)) +* Explicitly declare Python 3.13 support ([4b1a5f3](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/4b1a5f33f282af79999d7ed80d11a246a7e301a2)) + ## [1.2.2](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2) (2025-04-01) diff --git a/setup.py b/setup.py index 7f615b8..926174f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description = fh.read() -version = "1.2.2" +version = "1.2.3" setup( name="google-auth-oauthlib",