Skip to content

Commit c05ffe7

Browse files
authored
chore(core): release core 1.2.0 (#10135)
1 parent 4b7444a commit c05ffe7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## 1.2.0
8+
9+
01-14-2020 13:22 PST
10+
11+
### Dependencies
12+
13+
- chores(core): bump api-core dependency to 1.16.0 ([#10111](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/10111))
14+
715
## 1.1.0
816

917
12-04-2019 13:56 PST

core/setup.py

+1-1
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.1.0"
25+
version = "1.2.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)