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

Commit

Permalink
chore(main): release 1.7.2 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 16, 2022
1 parent 012a6e1 commit 3d7794c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [1.7.2](https://github.com/googleapis/python-workflows/compare/v1.7.1...v1.7.2) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#206](https://github.com/googleapis/python-workflows/issues/206)) ([012a6e1](https://github.com/googleapis/python-workflows/commit/012a6e119bea0d99f4a7a58a6a41ffa9d0015938))
* **deps:** require proto-plus >= 1.22.0 ([012a6e1](https://github.com/googleapis/python-workflows/commit/012a6e119bea0d99f4a7a58a6a41ffa9d0015938))

## [1.7.1](https://github.com/googleapis/python-workflows/compare/v1.7.0...v1.7.1) (2022-07-13)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.7.1"
version = "1.7.2"

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

Expand Down

0 comments on commit 3d7794c

Please sign in to comment.