From 80a3f300671ac597787a134749f467fd086f884c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:04:25 -0400 Subject: [PATCH] chore(main): release 1.10.2 (#354) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51a9eb4..cbd60b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.2](https://github.com/googleapis/python-retail/compare/v1.10.1...v1.10.2) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#353](https://github.com/googleapis/python-retail/issues/353)) ([9336e6a](https://github.com/googleapis/python-retail/commit/9336e6ae812b95581a4ff352b0182df1b4caa4d9)) + ## [1.10.1](https://github.com/googleapis/python-retail/compare/v1.10.0...v1.10.1) (2022-09-29) diff --git a/setup.py b/setup.py index 2b1cefeb..efec465d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.10.1" +version = "1.10.2" package_root = os.path.abspath(os.path.dirname(__file__))