From b3779a2ca9d8c06489571833794c95703a158a97 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 15 May 2019 17:02:56 -0400 Subject: [PATCH] Release core-1.0.0 (#7990) --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 660f661..a397dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-core/#history +## 1.0.0 + +05-15-2019 13:09 PDT + + +### Implementation Changes +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) + +### New Features +- Refactor `client_info` support. ([#7849](https://github.com/googleapis/google-cloud-python/pull/7849)) + +### Dependencies +- Update dep on `api_core` >= 1.11.0. ([#7986](https://github.com/googleapis/google-cloud-python/pull/7986)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) + ## 0.29.1 12-17-2018 16:35 PST diff --git a/setup.py b/setup.py index fed28f8..761f5f2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-core" description = "Google Cloud API client core library" -version = "0.29.1" +version = "1.0.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'