Skip to content

Commit aa3c3ca

Browse files
plamuttswast
andauthored
chore(core): release 1.1.0 (#9917)
* chore(core): release 1.1.0 * Add minor markup improvent to CHANGELOG Co-Authored-By: Tim Swast <swast@google.com>
1 parent 0699ba6 commit aa3c3ca

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
[1]: https://pypi.org/project/google-cloud-core/#history
66

7+
## 1.1.0
8+
9+
12-04-2019 13:56 PST
10+
11+
12+
### New Features
13+
14+
- Add timeout param to `JSONConnection.api_request()`. ([#9915](https://github.com/googleapis/google-cloud-python/pull/9915))
15+
16+
17+
### Documentation
18+
19+
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
20+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
21+
- Fix Google Auth Credentials help link now. ([#9260](https://github.com/googleapis/google-cloud-python/pull/9260))
22+
- Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
23+
- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
24+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
25+
726
## 1.0.3
827

928
07-26-2019 10:34 PDT

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-core"
2424
description = "Google Cloud API client core library"
25-
version = "1.0.3"
25+
version = "1.1.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)