From 4213ac4925ee6cafc25fadacfee7ce30f064c5f5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:05:12 +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..3599f282cfb 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-09-01) + + +### 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"