Skip to content

Commit c95f9b2

Browse files
authored
Release core-1.0.0 (#7990)
1 parent 6c40d65 commit c95f9b2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

core/CHANGELOG.md

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

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

7+
## 1.0.0
8+
9+
05-15-2019 13:09 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
15+
### New Features
16+
- Refactor `client_info` support. ([#7849](https://github.com/googleapis/google-cloud-python/pull/7849))
17+
18+
### Dependencies
19+
- Update dep on `api_core` >= 1.11.0. ([#7986](https://github.com/googleapis/google-cloud-python/pull/7986))
20+
21+
### Documentation
22+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
23+
724
## 0.29.1
825

926
12-17-2018 16:35 PST

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

0 commit comments

Comments
 (0)