Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: release 1.5.1 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 2, 2021
1 parent cfccdf0 commit e4a47d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
### [1.5.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.5.0...v1.5.1) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))
* **deps:** require google-api-core >= 1.28.0 ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))
* fix extras_require typo in setup.py ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))


### Documentation

* list oneofs in docstring ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))

## [1.5.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.4.4...v1.5.0) (2021-10-11)


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

name = "google-cloud-billing-budgets"
description = "Cloud Billing Budget API API client library"
version = "1.5.0"
version = "1.5.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit e4a47d3

Please sign in to comment.