From 8bbeddb7c3f5baa1e431cea7242bcaa2d5470625 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:16:12 +0000 Subject: [PATCH] chore: release 1.0.1 (#96) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.1](https://www.github.com/googleapis/python-retail/compare/v1.0.0...v1.0.1) (2021-09-24) ### Bug Fixes * add 'dict' annotation type to 'request' ([bee28be](https://www.github.com/googleapis/python-retail/commit/bee28be042f00bc030a789959cb2043b927a6a50)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9489ee26..a0223ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-retail/compare/v1.0.0...v1.0.1) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([bee28be](https://www.github.com/googleapis/python-retail/commit/bee28be042f00bc030a789959cb2043b927a6a50)) + ## [1.0.0](https://www.github.com/googleapis/python-retail/compare/v0.4.2...v1.0.0) (2021-08-25) diff --git a/setup.py b/setup.py index 05fe4938..a7ac9d71 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.0" +version = "1.0.1" package_root = os.path.abspath(os.path.dirname(__file__))