Skip to content

Commit 18ceb39

Browse files
chore(main): release 1.6.1 (#187)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ab22637 commit 18ceb39

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-billing/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/googleapis/python-billing/compare/v1.6.0...v1.6.1) (2022-06-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#185](https://github.com/googleapis/python-billing/issues/185)) ([2542e90](https://github.com/googleapis/python-billing/commit/2542e902b8c23cbb9b84d2e6e266689e80102884))
9+
10+
11+
### Documentation
12+
13+
* fix changelog header to consistent size ([#186](https://github.com/googleapis/python-billing/issues/186)) ([0b7c05e](https://github.com/googleapis/python-billing/commit/0b7c05ea4038a68b8648e0594f5cd0c05255f381))
14+
315
## [1.6.0](https://github.com/googleapis/python-billing/compare/v1.5.1...v1.6.0) (2022-05-05)
416

517

packages/google-cloud-billing/setup.py

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

2121
import setuptools # type: ignore
2222

23-
version = "1.6.0"
23+
version = "1.6.1"
2424

2525
package_root = os.path.abspath(os.path.dirname(__file__))
2626

0 commit comments

Comments
 (0)