Skip to content

Commit 3224d50

Browse files

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-appengine-admin/CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/googleapis/python-appengine-admin/compare/v0.1.0...v0.2.0) (2021-05-28)
4+
5+
6+
### Features
7+
8+
* support self-signed JWT flow for service accounts ([c798db2](https://www.github.com/googleapis/python-appengine-admin/commit/c798db287a2e85551e512e66d4bc1da344a806d2))
9+
10+
11+
### Bug Fixes
12+
13+
* add async client to %name_%version/init.py ([c798db2](https://www.github.com/googleapis/python-appengine-admin/commit/c798db287a2e85551e512e66d4bc1da344a806d2))
14+
* **deps:** add packaging requirement ([#20](https://www.github.com/googleapis/python-appengine-admin/issues/20)) ([f352b81](https://www.github.com/googleapis/python-appengine-admin/commit/f352b811c13dd4b5b9fecf719dad05ce292e61fa))
15+
316
## 0.1.0 (2021-04-05)
417

518

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 = "0.1.0"
23+
version = "0.2.0"
2424
description = "App Engine Admin API client library"
2525
release_status = "Development Status :: 4 - Beta"
2626
url = "https://github.com/googleapis/python-appengine-admin"

0 commit comments

Comments
 (0)