Skip to content

Commit c7e97b8

Browse files
chore(main): release 1.7.2 (#229)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b0ad739 commit c7e97b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-access-approval/CHANGELOG.md

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

3+
## [1.7.2](https://github.com/googleapis/python-access-approval/compare/v1.7.1...v1.7.2) (2022-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **deps:** require proto-plus >= 1.22.0 ([6cc9cbd](https://github.com/googleapis/python-access-approval/commit/6cc9cbdc2fc99494a05753c4e597c48ae473f720))
10+
311
## [1.7.1](https://github.com/googleapis/python-access-approval/compare/v1.7.0...v1.7.1) (2022-07-13)
412

513

packages/google-cloud-access-approval/setup.py

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

2222
name = "google-cloud-access-approval"
2323
description = "Access Approval API client library"
24-
version = "1.7.1"
24+
version = "1.7.2"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"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.*",

0 commit comments

Comments
 (0)