From 19718fc80ba7ae6354ba3e55219741d077a66406 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 17 Dec 2018 16:35:22 -0800 Subject: [PATCH 1/2] Release 0.29.1 --- core/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 203569914d54..660f6613d01e 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-core/#history +## 0.29.1 + +12-17-2018 16:35 PST + + +### Documentation +- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) + ## 0.29.0 12-03-2018 15:54 PST From 85ed1e0f5c0c1d8cbaf8c2573064e995d638a9e4 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 18 Dec 2018 12:22:47 -0800 Subject: [PATCH 2/2] rev setup.py --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index eca66885f4c1..faab8cd5532d 100644 --- a/core/setup.py +++ b/core/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-core" description = "Google Cloud API client core library" -version = "0.29.0" +version = "0.29.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'