Skip to content

Commit 56fdc33

Browse files
chore: release 0.2.0 (#40)
🤖 I have created a release \*beep\* \*boop\* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7f6e605 commit 56fdc33

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-retail/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-retail/compare/v0.1.0...v0.2.0) (2021-05-28)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* support self-signed JWT flow for service accounts ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))
10+
11+
12+
### Bug Fixes
13+
14+
* add async client to %name_%version/init.py ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))
15+
316
## 0.1.0 (2021-01-14)
417

518

packages/google-cloud-retail/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.1.0"
22+
version = "0.2.0"
2323

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

0 commit comments

Comments
 (0)