We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a0c21 commit cdb3ea2Copy full SHA for cdb3ea2
CHANGELOG.md
@@ -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,2 +1,2 @@
-__version__ = '0.0.20'
+__version__ = '0.0.21'
from . import logger
setup.cfg
@@ -1,10 +1,9 @@
+[bumpversion]
+current_version = 0.0.21
[metadata]
-description-file = README.md
+description-file = README.rst
6
-[build_sphinx]
-source-dir = docs/source
-build-dir = docs/build
7
-all_files = 1
+[bdist_wheel]
8
+universal = 1
9
-[upload_sphinx]
10
-upload-dir = docs/build/html
0 commit comments