From 8c4c9cb54ad5778e502d89e0d9841d96be7a67dd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:58:23 +0000 Subject: [PATCH] chore: release 1.0.1 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be1676a..0d27edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-binary-authorization/compare/v1.0.0...v1.0.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([d02c2fd](https://www.github.com/googleapis/python-binary-authorization/commit/d02c2fdbc52d4dc5f8ca333e99d7e7160dcd23e8)) +* **deps:** require google-api-core >= 1.28.0 ([d02c2fd](https://www.github.com/googleapis/python-binary-authorization/commit/d02c2fdbc52d4dc5f8ca333e99d7e7160dcd23e8)) + + +### Documentation + +* list oneofs in docstring ([d02c2fd](https://www.github.com/googleapis/python-binary-authorization/commit/d02c2fdbc52d4dc5f8ca333e99d7e7160dcd23e8)) + ## [1.0.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.6.0...v1.0.0) (2021-10-22) diff --git a/setup.py b/setup.py index a771c56..bea03e6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.0.0" +version = "1.0.1" package_root = os.path.abspath(os.path.dirname(__file__))