From 79c6aa8709d5dd337e538b3f084fcde2e1c5ab36 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 10:46:23 +0000 Subject: [PATCH] chore: release 1.2.1 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d8cb6..469b850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.2.1](https://www.github.com/googleapis/python-source-context/compare/v1.2.0...v1.2.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([5234b6b](https://www.github.com/googleapis/python-source-context/commit/5234b6bd2e42a1b7cd6bcb4a0055801a81c928ca)) +* **deps:** require google-api-core >= 1.28.0 ([5234b6b](https://www.github.com/googleapis/python-source-context/commit/5234b6bd2e42a1b7cd6bcb4a0055801a81c928ca)) + + +### Documentation + +* list oneofs in docstring ([5234b6b](https://www.github.com/googleapis/python-source-context/commit/5234b6bd2e42a1b7cd6bcb4a0055801a81c928ca)) + ## [1.2.0](https://www.github.com/googleapis/python-source-context/compare/v1.1.0...v1.2.0) (2021-10-18) diff --git a/setup.py b/setup.py index aea1421..51b14f8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.2.0" +version = "1.2.1" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [