Skip to content

Commit 3f967ab

Browse files
authored
Release dns 0.29.1 (#6892)
* Release 0.29.1
1 parent bf70608 commit 3f967ab

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

packages/google-cloud-dns/CHANGELOG.md

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

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

7+
## 0.29.1
8+
9+
12-10-2018 12:50 PST
10+
11+
12+
### Dependencies
13+
- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835))
14+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
15+
16+
### Documentation
17+
- Fix 'Datastore' in text as well as examples / links
18+
19+
### Internal / Testing Changes
20+
- Add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795))
21+
- Blackening Continued... ([#6667](https://github.com/googleapis/google-cloud-python/pull/6667))
22+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
23+
- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
24+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
25+
- Fix copy-pasta from datastore README. ([#6208](https://github.com/googleapis/google-cloud-python/pull/6208))
26+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
27+
- Prep dns docs for repo split. ([#6020](https://github.com/googleapis/google-cloud-python/pull/6020))
28+
- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
29+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
30+
- Fix bad trove classifier
31+
732
## 0.29.0
833

934
### Implementation changes

packages/google-cloud-dns/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-dns'
2424
description = 'Google Cloud DNS API client library'
25-
version = '0.29.0'
25+
version = '0.29.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)