Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f869863

Browse files
authored
Release 0.2.1 (#6943)
1 parent 83bd6bc commit f869863

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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-container/#history
66

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+
719
## 0.2.0
820

921
12-04-2018 11:28 PST

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-container'
2424
description = 'Google Container Engine API client library'
25-
version = '0.2.0'
25+
version = '0.2.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)