From 64ea980249428799263acb559670e598ea3f39e3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:44:10 +0000 Subject: [PATCH] chore: release 1.6.1 (#115) :robot: I have created a release \*beep\* \*boop\* --- ### [1.6.1](https://www.github.com/googleapis/python-channel/compare/v1.6.0...v1.6.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([339c62c](https://www.github.com/googleapis/python-channel/commit/339c62c4a1b491bd86bb70530376b65183a2b7d4)) * **deps:** require google-api-core >= 1.28.0 ([339c62c](https://www.github.com/googleapis/python-channel/commit/339c62c4a1b491bd86bb70530376b65183a2b7d4)) ### Documentation * list oneofs in docstring ([339c62c](https://www.github.com/googleapis/python-channel/commit/339c62c4a1b491bd86bb70530376b65183a2b7d4)) --- 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 | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aaf255..907aa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.6.1](https://www.github.com/googleapis/python-channel/compare/v1.6.0...v1.6.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([339c62c](https://www.github.com/googleapis/python-channel/commit/339c62c4a1b491bd86bb70530376b65183a2b7d4)) +* **deps:** require google-api-core >= 1.28.0 ([339c62c](https://www.github.com/googleapis/python-channel/commit/339c62c4a1b491bd86bb70530376b65183a2b7d4)) + + +### Documentation + +* list oneofs in docstring ([339c62c](https://www.github.com/googleapis/python-channel/commit/339c62c4a1b491bd86bb70530376b65183a2b7d4)) + ## [1.6.0](https://www.github.com/googleapis/python-channel/compare/v1.5.0...v1.6.0) (2021-10-27) diff --git a/setup.py b/setup.py index 0801a90..92f204d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.6.0" +version = "1.6.1" package_root = os.path.abspath(os.path.dirname(__file__))