Skip to content

Commit a2cbb9f

Browse files
chore(main): release 1.5.1 (#185)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0eb18c4 commit a2cbb9f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-appengine-admin/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.5.1](https://github.com/googleapis/python-appengine-admin/compare/v1.5.0...v1.5.1) (2022-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#184](https://github.com/googleapis/python-appengine-admin/issues/184)) ([ee28547](https://github.com/googleapis/python-appengine-admin/commit/ee28547fb402ae8917a70ad776fa99e927599852))
9+
* **deps:** require proto-plus >= 1.22.0 ([ee28547](https://github.com/googleapis/python-appengine-admin/commit/ee28547fb402ae8917a70ad776fa99e927599852))
10+
311
## [1.5.0](https://github.com/googleapis/python-appengine-admin/compare/v1.4.1...v1.5.0) (2022-07-18)
412

513

packages/google-cloud-appengine-admin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-appengine-admin"
23-
version = "1.5.0"
23+
version = "1.5.1"
2424
description = "App Engine Admin API client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-appengine-admin"

0 commit comments

Comments
 (0)