Skip to content

Commit

Permalink
chore(main): release 1.7.2 (#229)
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] authored Aug 15, 2022
1 parent b0ad739 commit c7e97b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-access-approval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#228](https://github.com/googleapis/python-access-approval/issues/228)) ([6cc9cbd](https://github.com/googleapis/python-access-approval/commit/6cc9cbdc2fc99494a05753c4e597c48ae473f720))
* **deps:** require proto-plus >= 1.22.0 ([6cc9cbd](https://github.com/googleapis/python-access-approval/commit/6cc9cbdc2fc99494a05753c4e597c48ae473f720))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-access-approval/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-access-approval"
description = "Access Approval API client library"
version = "1.7.1"
version = "1.7.2"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit c7e97b8

Please sign in to comment.