Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/.OwlBot.lock.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/.OwlBot.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/release-please.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/release-trigger.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
global_files_allowlist:
# Allow the container to read and write the root `CHANGELOG.md`
# file during the `release` step to update the latest client library
# versions which are hardcoded in the file.
- path: "CHANGELOG.md"
permissions: "read-write"
11 changes: 11 additions & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
libraries:
- id: google-auth-httplib2
version: 0.3.0
last_generated_commit: ""
apis: []
source_roots:
- .
preserve_regex: []
remove_regex: []
tag_format: v{version}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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

## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-httplib2-v0.2.0...google-auth-httplib2-v0.3.0) (2025-10-28)


### Features

* onboard google-auth-httplib2 to librarian ([031052721492d72495389c736431283e4b391bfa](https://github.com/googleapis/google-cloud-python/commit/031052721492d72495389c736431283e4b391bfa))


### Bug Fixes

* remove setup.cfg configuration for creating universal wheels (#191) ([c2be0ae5537d15f20a6c81d1e51408a11ecda22e](https://github.com/googleapis/google-cloud-python/commit/c2be0ae5537d15f20a6c81d1e51408a11ecda22e))
* drop python 3.6 (#188) * build: add docs
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix build
* lint
* fix build
* remove 3.6
* clean up
* lint
* lint
--------- ([a69b725eb2f0f4538824ea2bb76581ee37ba3bd9](https://github.com/googleapis/google-cloud-python/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9))

## [0.2.0](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.1.1...v0.2.0) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from setuptools import setup

version = "0.2.0"
version = "0.3.0"

DEPENDENCIES = [
"google-auth >= 1.32.0,<3.0.0",
Expand Down