We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed81a18 commit 1ee6175Copy full SHA for 1ee6175
2 files changed
container/CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
[1]: https://pypi.org/project/google-cloud-container/#history
6
7
+## 0.2.1
8
+
9
+12-17-2018 16:36 PST
10
11
12
+### Documentation
13
+- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
14
+- Improve linkage between container docs pages. ([#6852](https://github.com/googleapis/google-cloud-python/pull/6852))
15
16
+### Internal / Testing Changes
17
+- Add baseline for synth.metadata
18
19
## 0.2.0
20
21
12-04-2018 11:28 PST
container/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-container'
24
description = 'Google Container Engine API client library'
25
-version = '0.2.0'
+version = '0.2.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments