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

Commit e4a47d3

Browse files
1 parent cfccdf0 commit e4a47d3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
### [1.5.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.5.0...v1.5.1) (2021-11-01)
3+
4+
5+
### Bug Fixes
6+
7+
* **deps:** drop packaging dependency ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))
8+
* **deps:** require google-api-core >= 1.28.0 ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))
9+
* fix extras_require typo in setup.py ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))
10+
11+
12+
### Documentation
13+
14+
* list oneofs in docstring ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37))
15+
216
## [1.5.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.4.4...v1.5.0) (2021-10-11)
317

418

setup.py

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

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

0 commit comments

Comments
 (0)