Skip to content

Commit 0f06c34

Browse files
authored
Release 0.30.2 (googleapis#8645)
1 parent e4cf3f4 commit 0f06c34

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

dns/CHANGELOG.md

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

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

7+
## 0.30.2
8+
9+
07-11-2019 10:09 PDT
10+
11+
### Implementation Changes
12+
- Change base url to dns.googleapis.com ([#8641](https://github.com/googleapis/google-cloud-python/pull/8641))
13+
14+
### Internal / Testing Changes
15+
- Add nox session 'docs' to remaining manual clients. ([#8478](https://github.com/googleapis/google-cloud-python/pull/8478))
16+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
17+
718
## 0.30.1
819

920
06-04-2019 11:13 PDT

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

0 commit comments

Comments
 (0)