From 8f3a8d1b614def34b6bd61befb5a656aaa524468 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 11:48:02 +0000 Subject: [PATCH] chore: release 0.32.3 (#42) :robot: I have created a release \*beep\* \*boop\* --- ### [0.32.3](https://www.github.com/googleapis/python-dns/compare/v0.32.2...v0.32.3) (2021-05-27) ### Bug Fixes * require google-cloud-core >= 1.3.0 ([#38](https://www.github.com/googleapis/python-dns/issues/38)) ([3ba0456](https://www.github.com/googleapis/python-dns/commit/3ba0456e6df34845c8d601d6d359eed98bfc17cf)) --- 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 | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066a26e..20040df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-dns/#history +### [0.32.3](https://www.github.com/googleapis/python-dns/compare/v0.32.2...v0.32.3) (2021-05-27) + + +### Bug Fixes + +* require google-cloud-core >= 1.3.0 ([#38](https://www.github.com/googleapis/python-dns/issues/38)) ([3ba0456](https://www.github.com/googleapis/python-dns/commit/3ba0456e6df34845c8d601d6d359eed98bfc17cf)) + ### [0.32.2](https://www.github.com/googleapis/python-dns/compare/v0.32.1...v0.32.2) (2021-02-11) diff --git a/setup.py b/setup.py index 6311ea4..18a05c7 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dns" description = "Google Cloud DNS API client library" -version = "0.32.2" +version = "0.32.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'