Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 16, 2021
1 parent 8384205 commit c3f16de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### 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))

## 0.1.0 (2021-04-05)


Expand Down
2 changes: 1 addition & 1 deletion 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 c3f16de

Please sign in to comment.