Skip to content

Commit cdb3ea2

Browse files
author
Prasanna Santhanam
committed
preparing for release 0.0.21
1 parent 85a0c21 commit cdb3ea2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v0.0.21
2+
3+
- suppressing urllib3 warnings and errors
4+
- client-python library issues due to failed connections
5+
- logging kube-shell errors to `$HOME/.kube/shell/error.log`

kubeshell/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.0.20'
1+
__version__ = '0.0.21'
22
from . import logger

setup.cfg

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
[bumpversion]
2+
current_version = 0.0.21
3+
14
[metadata]
2-
description-file = README.md
5+
description-file = README.rst
36

4-
[build_sphinx]
5-
source-dir = docs/source
6-
build-dir = docs/build
7-
all_files = 1
7+
[bdist_wheel]
8+
universal = 1
89

9-
[upload_sphinx]
10-
upload-dir = docs/build/html

0 commit comments

Comments
 (0)