diff --git a/.librarian/state.yaml b/.librarian/state.yaml index c48acaa..5092fc4 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90 libraries: - id: google-auth-httplib2 - version: 0.2.1 + version: 0.3.0 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index a28b0f0..bb30c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ [1]: https://pypi.org/project/google-auth-httplib2/#history +## [0.3.0](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.1...v0.3.0) (2025-12-12) + + +### Features + +* Add support for Python 3.14 (#202) ([bdf128e7586fbd66a56f77080bfd96d4463198e6](https://github.com/googleapis/google-auth-library-python-httplib2/commit/bdf128e7586fbd66a56f77080bfd96d4463198e6)) + ## [0.2.1](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.0...v0.2.1) (2025-10-30) diff --git a/setup.py b/setup.py index 8e001bb..2db7b9f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup -version = "0.2.1" +version = "0.3.0" DEPENDENCIES = [ "google-auth >= 1.32.0,<3.0.0",