From 0efca0f3e40ba139bce752f1a8abf72221a7db59 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 10 Dec 2018 12:51:14 -0800 Subject: [PATCH 1/3] Release 0.29.1 --- dns/CHANGELOG.md | 25 +++++++++++++++++++++++++ dns/setup.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/dns/CHANGELOG.md b/dns/CHANGELOG.md index 0d8c1647f0ed..e2549f3bbb52 100644 --- a/dns/CHANGELOG.md +++ b/dns/CHANGELOG.md @@ -4,6 +4,31 @@ [1]: https://pypi.org/project/google-cloud-dns/#history +## 0.29.1 + +12-10-2018 12:50 PST + + +### Dependencies +- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) +- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Documentation +- Fix 'Datastore' in text as well as examples / links + +### Internal / Testing Changes +- add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795)) +- Blackening Continued... ([#6667](https://github.com/googleapis/google-cloud-python/pull/6667)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) +- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158)) +- Fix copy-pasta from datastore README. ([#6208](https://github.com/googleapis/google-cloud-python/pull/6208)) +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) +- Prep dns docs for repo split. ([#6020](https://github.com/googleapis/google-cloud-python/pull/6020)) +- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) +- Fix bad trove classifier + ## 0.29.0 ### Implementation changes diff --git a/dns/setup.py b/dns/setup.py index d8c23507dc4c..595554bb07c5 100644 --- a/dns/setup.py +++ b/dns/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-dns' description = 'Google Cloud DNS API client library' -version = '0.29.0' +version = '0.29.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From f8b79b85669c05f00b7aa6f1b557268f07cb0377 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 10 Dec 2018 12:51:53 -0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- dns/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/CHANGELOG.md b/dns/CHANGELOG.md index e2549f3bbb52..d4191d80030b 100644 --- a/dns/CHANGELOG.md +++ b/dns/CHANGELOG.md @@ -11,7 +11,7 @@ ### Dependencies - Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) -- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) ### Documentation - Fix 'Datastore' in text as well as examples / links From 456eefe0ea08e20ecdad041af1bc80a84befe630 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Dec 2018 12:53:48 -0800 Subject: [PATCH 3/3] Update dns/CHANGELOG.md Co-Authored-By: crwilcox --- dns/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/CHANGELOG.md b/dns/CHANGELOG.md index d4191d80030b..bf047676af26 100644 --- a/dns/CHANGELOG.md +++ b/dns/CHANGELOG.md @@ -17,7 +17,7 @@ - Fix 'Datastore' in text as well as examples / links ### Internal / Testing Changes -- add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795)) +- Add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795)) - Blackening Continued... ([#6667](https://github.com/googleapis/google-cloud-python/pull/6667)) - Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) - Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))