From 83baafea0621bbe34afae82855507ad271bbefce Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:47:26 +0000 Subject: [PATCH] chore(main): release 1.2.2 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbd1a0..b0259d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ [1]: https://pypi.org/project/google-auth-oauthlib/#history +## [1.2.2](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2) (2025-04-01) + + +### Bug Fixes + +* Do not include docs/conf.py & scripts in wheel ([#328](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/328)) ([78940df](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/78940dfce4e4cb3fbf73464cb42867a732f2110b)) +* Let OS select an available port when running TestInstalledAppFlow ([#407](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/407)) ([6060d65](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/6060d65626fbfe4472625f27039df72956f5f3be)), closes [#381](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/381) +* Remove setup.cfg configuration for creating universal wheels ([#405](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/405)) ([0b962ed](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/0b962ed5aa39e2e728a3aaf6507c064ddf0b0532)) + ## [1.2.1](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.0...v1.2.1) (2024-07-08) diff --git a/setup.py b/setup.py index 529ee5e..0127d75 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description = fh.read() -version = "1.2.1" +version = "1.2.2" setup( name="google-auth-oauthlib",