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

Commit 6172c6e

Browse files
author
Jon Wayne Parrott
authored
Release container 0.1.1 (#4952)
1 parent c06f1f1 commit 6172c6e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.1.1
8+
9+
### Dependencies
10+
11+
- Update dependency range for api-core to include v1.0.0 releases (#4944)
12+
13+
### Documentation
14+
15+
- Replacing references to `stable/` docs with `latest/`. (#4638)
16+
17+
### Testing and internal changes
18+
19+
- Re-enable lint for tests, remove usage of pylint (#4921)
20+
- Normalize all setup.py files (#4909)
21+
- nox unittest updates (#4646)
22+
723
## 0.1.0
824

925
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

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

0 commit comments

Comments
 (0)