Skip to content

Commit e82dead

Browse files
chore(main): release 0.7.1 (#182)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b716dbb commit e82dead

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-area120-tables/CHANGELOG.md

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

3+
## [0.7.1](https://github.com/googleapis/python-area120-tables/compare/v0.7.0...v0.7.1) (2022-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#181](https://github.com/googleapis/python-area120-tables/issues/181)) ([6c45184](https://github.com/googleapis/python-area120-tables/commit/6c451840d2e6169c108ad6e455289e9d81c6c317))
9+
* **deps:** require proto-plus >= 1.22.0 ([6c45184](https://github.com/googleapis/python-area120-tables/commit/6c451840d2e6169c108ad6e455289e9d81c6c317))
10+
311
## [0.7.0](https://github.com/googleapis/python-area120-tables/compare/v0.6.2...v0.7.0) (2022-07-18)
412

513

packages/google-area120-tables/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 = "0.7.0"
23+
version = "0.7.1"
2424

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

0 commit comments

Comments
 (0)