Skip to content

Commit 7381b4d

Browse files
authored
Release dns 0.29.2 (#6946)
* Release 0.29.2 * Update dns/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com>
1 parent 48ed70d commit 7381b4d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-dns/CHANGELOG.md

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

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

7+
## 0.29.2
8+
9+
12-17-2018 16:47 PST
10+
11+
12+
### Implementation Changes
13+
- Ensure that `ManagedZone:exists()` does not misreport `True` result. ([#6884](https://github.com/googleapis/google-cloud-python/pull/6884))
14+
15+
### Documentation
16+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
17+
- Docs/fixit: normalize docs for `page_size` / `max_results` / `page_token` ([#6842](https://github.com/googleapis/google-cloud-python/pull/6842))
18+
719
## 0.29.1
820

921
12-10-2018 12:50 PST

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

0 commit comments

Comments
 (0)