This repository was archived by the owner on Jul 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.7.2] ( https://github.com/googleapis/python-workflows/compare/v1.7.1...v1.7.2 ) (2022-08-11)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** allow protobuf < 5.0.0 ([ #206 ] ( https://github.com/googleapis/python-workflows/issues/206 ) ) ([ 012a6e1] ( https://github.com/googleapis/python-workflows/commit/012a6e119bea0d99f4a7a58a6a41ffa9d0015938 ) )
9+ * ** deps:** require proto-plus >= 1.22.0 ([ 012a6e1] ( https://github.com/googleapis/python-workflows/commit/012a6e119bea0d99f4a7a58a6a41ffa9d0015938 ) )
10+
311## [ 1.7.1] ( https://github.com/googleapis/python-workflows/compare/v1.7.0...v1.7.1 ) (2022-07-13)
412
513
Original file line number Diff line number Diff line change 1919import os
2020import setuptools # type: ignore
2121
22- version = "1.7.1 "
22+ version = "1.7.2 "
2323
2424package_root = os .path .abspath (os .path .dirname (__file__ ))
2525
You can’t perform that action at this time.
0 commit comments