summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanna Santhanam <tsp@apache.org>2017-07-11 22:35:43 +0530
committerPrasanna Santhanam <tsp@apache.org>2017-07-11 22:42:56 +0530
commitcdb3ea238f272e1c94beb3006fd89404ce13dcd6 (patch)
tree5cc279c6c22134480197fdb6c733b79051c1d05a
parent85a0c21de197d1a8e3590f960effae98c42fcd52 (diff)
preparing for release 0.0.21v0.0.21
-rw-r--r--CHANGELOG.md5
-rw-r--r--kubeshell/__init__.py2
-rw-r--r--setup.cfg13
3 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..02ce75c
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+# v0.0.21
+
+- suppressing urllib3 warnings and errors
+- client-python library issues due to failed connections
+- logging kube-shell errors to `$HOME/.kube/shell/error.log`
diff --git a/kubeshell/__init__.py b/kubeshell/__init__.py
index c13e784..9e6d907 100644
--- a/kubeshell/__init__.py
+++ b/kubeshell/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.0.20'
+__version__ = '0.0.21'
from . import logger
diff --git a/setup.cfg b/setup.cfg
index b92ab82..722b4f0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,9 @@
+[bumpversion]
+current_version = 0.0.21
+
[metadata]
-description-file = README.md
+description-file = README.rst
-[build_sphinx]
-source-dir = docs/source
-build-dir = docs/build
-all_files = 1
+[bdist_wheel]
+universal = 1
-[upload_sphinx]
-upload-dir = docs/build/html \ No newline at end of file