From 474fed2b47831f21c083a820cd6ab64a7d94679c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:21:23 -0400 Subject: [PATCH] chore(main): release 1.2.6 (#104) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb593c..b9800c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.6](https://github.com/googleapis/python-source-context/compare/v1.2.5...v1.2.6) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#103](https://github.com/googleapis/python-source-context/issues/103)) ([bcc515b](https://github.com/googleapis/python-source-context/commit/bcc515bdafa3a6d0e992ba659f5e7bc89289edd5)) +* **deps:** require proto-plus >= 1.22.0 ([bcc515b](https://github.com/googleapis/python-source-context/commit/bcc515bdafa3a6d0e992ba659f5e7bc89289edd5)) + ## [1.2.5](https://github.com/googleapis/python-source-context/compare/v1.2.4...v1.2.5) (2022-07-10) diff --git a/setup.py b/setup.py index 53e2727..457bc5f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.2.5" +version = "1.2.6" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [