From df0a7e8e0a8cc5bcef404f4400f8d2812c7be754 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:00:15 +0000 Subject: [PATCH] chore: release 1.4.1 (#111) :robot: I have created a release \*beep\* \*boop\* --- ### [1.4.1](https://www.github.com/googleapis/python-workflows/compare/v1.4.0...v1.4.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([a294177](https://www.github.com/googleapis/python-workflows/commit/a294177e4d23f35e60fdcaa2023efea9bce366a4)) * **deps:** require google-api-core >= 1.28.0 ([a294177](https://www.github.com/googleapis/python-workflows/commit/a294177e4d23f35e60fdcaa2023efea9bce366a4)) ### Documentation * list oneofs in docstring ([a294177](https://www.github.com/googleapis/python-workflows/commit/a294177e4d23f35e60fdcaa2023efea9bce366a4)) --- 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 5927aef..136831a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.4.1](https://www.github.com/googleapis/python-workflows/compare/v1.4.0...v1.4.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([a294177](https://www.github.com/googleapis/python-workflows/commit/a294177e4d23f35e60fdcaa2023efea9bce366a4)) +* **deps:** require google-api-core >= 1.28.0 ([a294177](https://www.github.com/googleapis/python-workflows/commit/a294177e4d23f35e60fdcaa2023efea9bce366a4)) + + +### Documentation + +* list oneofs in docstring ([a294177](https://www.github.com/googleapis/python-workflows/commit/a294177e4d23f35e60fdcaa2023efea9bce366a4)) + ## [1.4.0](https://www.github.com/googleapis/python-workflows/compare/v1.3.0...v1.4.0) (2021-10-19) diff --git a/setup.py b/setup.py index d9942cf..f3d25c0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.4.0" +version = "1.4.1" package_root = os.path.abspath(os.path.dirname(__file__))