Skip to content

Commit 4aae361

Browse files
authored
chore: librarian release pull request: 20251212T201007Z (#204)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90 <details><summary>google-auth-httplib2: 0.3.0</summary> ## [0.3.0](v0.2.1...v0.3.0) (2025-12-12) ### Features * Add support for Python 3.14 (#202) ([bdf128e](bdf128e7)) </details>
1 parent 1f774b4 commit 4aae361

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90
22
libraries:
33
- id: google-auth-httplib2
4-
version: 0.2.1
4+
version: 0.3.0
55
last_generated_commit: ""
66
apis: []
77
source_roots:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
[1]: https://pypi.org/project/google-auth-httplib2/#history
44

5+
## [0.3.0](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.1...v0.3.0) (2025-12-12)
6+
7+
8+
### Features
9+
10+
* Add support for Python 3.14 (#202) ([bdf128e7586fbd66a56f77080bfd96d4463198e6](https://github.com/googleapis/google-auth-library-python-httplib2/commit/bdf128e7586fbd66a56f77080bfd96d4463198e6))
11+
512
## [0.2.1](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.0...v0.2.1) (2025-10-30)
613

714

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from setuptools import setup
1818

19-
version = "0.2.1"
19+
version = "0.3.0"
2020

2121
DEPENDENCIES = [
2222
"google-auth >= 1.32.0,<3.0.0",

0 commit comments

Comments
 (0)