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 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'