Skip to content

Commit

Permalink
chore: release 0.2.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 31, 2021
1 parent b910ed0 commit 3224d50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-appengine-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-appengine-admin/compare/v0.1.0...v0.2.0) (2021-05-28)


### Features

* support self-signed JWT flow for service accounts ([c798db2](https://www.github.com/googleapis/python-appengine-admin/commit/c798db287a2e85551e512e66d4bc1da344a806d2))


### Bug Fixes

* add async client to %name_%version/init.py ([c798db2](https://www.github.com/googleapis/python-appengine-admin/commit/c798db287a2e85551e512e66d4bc1da344a806d2))
* **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))

## 0.1.0 (2021-04-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-appengine-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-appengine-admin"
version = "0.1.0"
version = "0.2.0"
description = "App Engine Admin API client library"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-appengine-admin"
Expand Down

0 comments on commit 3224d50

Please sign in to comment.