From 20476381d05a3bbbb8e3c7dfcde7a58ccd7ab7b7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:53:15 +0000 Subject: [PATCH] chore: release 0.2.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e7403..d62afe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.1](https://www.github.com/googleapis/python-shell/compare/v0.2.0...v0.2.1) (2021-07-21) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#16](https://www.github.com/googleapis/python-shell/issues/16)) ([61b6123](https://www.github.com/googleapis/python-shell/commit/61b61231accd865e69f3a3b097e1c1c1a755f3bc)) + ## [0.2.0](https://www.github.com/googleapis/python-shell/compare/v0.1.0...v0.2.0) (2021-07-01) diff --git a/setup.py b/setup.py index c8c6b8d..f8e7b2e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-shell" description = "Cloud Shell API client library" -version = "0.2.0" +version = "0.2.1" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-shell" dependencies = [