| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [1.5.3](https://github.com/googleapis/python-appengine-admin/compare/v1.5.2...v1.5.3) (2022-10-07) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Bug Fixes | ||
| 7 | + | ||
| 8 | + * **deps:** Allow protobuf 3.19.5 ([#201](https://github.com/googleapis/python-appengine-admin/issues/201)) ([be08794](https://github.com/googleapis/python-appengine-admin/commit/be0879490e5bc6a61756e17d71d7c51f4742a19f)) | ||
| 9 | + | ||
| 3 | 10 | ## [1.5.2](https://github.com/googleapis/python-appengine-admin/compare/v1.5.1...v1.5.2) (2022-09-29) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ | |||
| 20 | 20 | import setuptools # type: ignore | |
| 21 | 21 | ||
| 22 | 22 | name = "google-cloud-appengine-admin" | |
| 23 | - version = "1.5.2" | ||
| 23 | + version = "1.5.3" | ||
| 24 | 24 | description = "App Engine Admin API client library" | |
| 25 | 25 | release_status = "Development Status :: 5 - Production/Stable" | |
| 26 | 26 | url = "https://github.com/googleapis/python-appengine-admin" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments