From 5e68a5e9aa88ac26d9def629f9c20778393e77d6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:34:25 +0000 Subject: [PATCH] chore: release 0.4.1 (#74) :robot: I have created a release \*beep\* \*boop\* --- ### [0.4.1](https://www.github.com/googleapis/python-retail/compare/v0.4.0...v0.4.1) (2021-08-01) ### Documentation * Remove HTML tags from Cloud Retail API library docs ([#73](https://www.github.com/googleapis/python-retail/issues/73)) ([00e0a53](https://www.github.com/googleapis/python-retail/commit/00e0a53b77ba75d2a05c4d72242a6323ed32dfa1)) * remove remaining private links ([#72](https://www.github.com/googleapis/python-retail/issues/72)) ([e2ca897](https://www.github.com/googleapis/python-retail/commit/e2ca897a71fba760d5b838a5fc15307a44024683)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-retail/CHANGELOG.md | 8 ++++++++ packages/google-cloud-retail/setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-retail/CHANGELOG.md b/packages/google-cloud-retail/CHANGELOG.md index 994d1b034af5..2481fb40db4c 100644 --- a/packages/google-cloud-retail/CHANGELOG.md +++ b/packages/google-cloud-retail/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [0.4.1](https://www.github.com/googleapis/python-retail/compare/v0.4.0...v0.4.1) (2021-08-01) + + +### Documentation + +* Remove HTML tags from Cloud Retail API library docs ([#73](https://www.github.com/googleapis/python-retail/issues/73)) ([00e0a53](https://www.github.com/googleapis/python-retail/commit/00e0a53b77ba75d2a05c4d72242a6323ed32dfa1)) +* remove remaining private links ([#72](https://www.github.com/googleapis/python-retail/issues/72)) ([e2ca897](https://www.github.com/googleapis/python-retail/commit/e2ca897a71fba760d5b838a5fc15307a44024683)) + ## [0.4.0](https://www.github.com/googleapis/python-retail/compare/v0.3.1...v0.4.0) (2021-07-29) diff --git a/packages/google-cloud-retail/setup.py b/packages/google-cloud-retail/setup.py index 3b38865fc53d..32d4416724ad 100644 --- a/packages/google-cloud-retail/setup.py +++ b/packages/google-cloud-retail/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.4.0" +version = "0.4.1" package_root = os.path.abspath(os.path.dirname(__file__))