Skip to content

Commit 6b327e9

Browse files
authored
Release core 0.29.0 (googleapis#6834)
* Release 0.29.0
1 parent 689486f commit 6b327e9

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

core/CHANGELOG.md

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

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

7+
## 0.29.0
8+
9+
12-03-2018 15:54 PST
10+
11+
### Breaking Changes
12+
- Remove iam module from core. This module is now available as part of google-api-core. ([#6775](https://github.com/googleapis/google-cloud-python/pull/6775))
13+
14+
### Implementation Changes
15+
- Fix `_time_from_iso8601_time_naive` for values with micros. ([#5756](https://github.com/googleapis/google-cloud-python/pull/5756))
16+
- Import stdlib ABCs from `collections.abc` rather than `collections`. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
17+
18+
### Dependencies
19+
- Bump minimum `api_core` version to 1.0.0. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
20+
21+
### Internal / Testing Changes
22+
- Blacken api_core and core. ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
23+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
24+
- Use new Nox. ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
25+
- Use inplace installs for nox ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
26+
- Fix bad trove classifier.
27+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
28+
729
## 0.28.1
830

931
### Dependencies

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

0 commit comments

Comments
 (0)