From 37e222c0003fcea97760c9806e26eda5b9558062 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 13:43:47 +0000 Subject: [PATCH] chore(main): release 2.59.1 --- CHANGELOG.md | 7 +++++++ googleapiclient/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfd0eb0142..16c15bb2930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.59.1](https://github.com/googleapis/google-api-python-client/compare/v2.59.0...v2.59.1) (2022-08-30) + + +### Documentation + +* **samples:** Replace APPENGINE_RUNTIME with GAE_ENV ([#1893](https://github.com/googleapis/google-api-python-client/issues/1893)) ([af3160d](https://github.com/googleapis/google-api-python-client/commit/af3160d1d722a679071328cff7c0ecbd3af6fab5)) + ## [2.59.0](https://github.com/googleapis/google-api-python-client/compare/v2.58.0...v2.59.0) (2022-08-30) diff --git a/googleapiclient/version.py b/googleapiclient/version.py index bc18d16d952..b613318b89f 100644 --- a/googleapiclient/version.py +++ b/googleapiclient/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.59.0" +__version__ = "2.59.1"