diff --git a/CHANGELOG.md b/CHANGELOG.md index f017cce..2035699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ [1]: https://pypi.org/project/google-cloud-core/#history +## 0.29.0 + +12-03-2018 15:54 PST + +### Breaking Changes +- 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)) + +### Implementation Changes +- Fix `_time_from_iso8601_time_naive` for values with micros. ([#5756](https://github.com/googleapis/google-cloud-python/pull/5756)) +- Import stdlib ABCs from `collections.abc` rather than `collections`. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451)) + +### Dependencies +- Bump minimum `api_core` version to 1.0.0. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Internal / Testing Changes +- Blacken api_core and core. ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668)) +- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158)) +- Use new Nox. ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) +- Use inplace installs for nox ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) +- Fix bad trove classifier. +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) + ## 0.28.1 ### Dependencies diff --git a/setup.py b/setup.py index 0aa05dc..ae6f12b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-core" description = "Google Cloud API client core library" -version = "0.28.1" +version = "0.29.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'