diff --git a/.librarian/state.yaml b/.librarian/state.yaml index b1de495..ef7a022 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: google-auth-oauthlib - version: 1.2.3 + version: 1.3.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a0f9d..8f9816f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-auth-oauthlib/#history +## [1.3.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.3...google-auth-oauthlib-v1.3.0) (2025-11-17) + + +### Features + +* generate libraries ([4359857d98229bbda0e4767fe04d4ada3e7b4ddf](https://github.com/googleapis/google-cloud-python/commit/4359857d98229bbda0e4767fe04d4ada3e7b4ddf)) + ## [1.2.3](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.2...v1.2.3) (2025-10-30) diff --git a/setup.py b/setup.py index 1ab8197..2ce204b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ long_description = fh.read() -version = "1.2.3" +version = "1.3.0" setup( name="google-auth-oauthlib",