From 314c6c84aa8da38776a5be1b672ec749596dfbff Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Wed, 4 Dec 2019 22:58:48 +0100 Subject: [PATCH 1/2] chore(core): release 1.1.0 --- core/CHANGELOG.md | 19 +++++++++++++++++++ core/setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0239bcf2b71c..b0e0a39eac27 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-core/#history +## 1.1.0 + +12-04-2019 13:56 PST + + +### New Features + +- Add timeout param to JSONConnection.api_request(). ([#9915](https://github.com/googleapis/google-cloud-python/pull/9915)) + + +### Documentation + +- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) +- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Fix Google Auth Credentials help link now. ([#9260](https://github.com/googleapis/google-cloud-python/pull/9260)) +- Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) +- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 1.0.3 07-26-2019 10:34 PDT diff --git a/core/setup.py b/core/setup.py index a6b6a83df898..49b1c90a58b1 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 = "1.0.3" +version = "1.1.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 1945164349a006fb331db6f3887e1850d7262aa7 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Thu, 5 Dec 2019 10:48:26 +0100 Subject: [PATCH 2/2] Add minor markup improvent to CHANGELOG Co-Authored-By: Tim Swast --- core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index b0e0a39eac27..c8c8d1088844 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -11,7 +11,7 @@ ### New Features -- Add timeout param to JSONConnection.api_request(). ([#9915](https://github.com/googleapis/google-cloud-python/pull/9915)) +- Add timeout param to `JSONConnection.api_request()`. ([#9915](https://github.com/googleapis/google-cloud-python/pull/9915)) ### Documentation