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

Commit

Permalink
chore: release 0.2.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent b0973bf commit 67e9bc5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* bump release level to production/stable ([#39](https://www.github.com/googleapis/python-retail/issues/39)) ([c5b1e15](https://www.github.com/googleapis/python-retail/commit/c5b1e15f0d87dc5de7c511cb5b92a396e796ac8b))
* support self-signed JWT flow for service accounts ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))


### Bug Fixes

* add async client to %name_%version/init.py ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))

## 0.1.0 (2021-01-14)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.1.0"
version = "0.2.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 67e9bc5

Please sign in to comment.