Skip to content

Commit aa385a1

Browse files
author
Jon Wayne Parrott
authored
Release dns 0.29.0 (#4957)
1 parent 6c8f9ca commit aa385a1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/google-cloud-dns/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-dns/#history
66

7+
## 0.29.0
8+
9+
### Implementation changes
10+
11+
- Renaming `makeResource` -> `make_resource`. (#4355)
12+
13+
### Dependencies
14+
15+
- Update dependency range for api-core to include v1.0.0 releases (#4944)
16+
17+
### Documentation
18+
19+
- Fixing "Fore" -> "For" typo in README docs. (#4317)
20+
21+
### Testing and internal changes
22+
23+
- Install local dependencies when running lint (#4936)
24+
- Re-enable lint for tests, remove usage of pylint (#4921)
25+
- Normalize all setup.py files (#4909)
26+
- Making a `nox -s default` session for all packages. (#4324)
27+
- Shorten test names (#4321)
28+
729
## 0.28.0
830

931
### Documentation

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.28.1.dev1'
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)