From 616cf9abda8519959a3b870c6641fc5bb63a9a2d Mon Sep 17 00:00:00 2001 From: Jordan Duabe Date: Sat, 30 Oct 2021 15:09:03 +0800 Subject: [PATCH] v1.2.0 - Bump kubernetes to version 19.15.0. - Support Python version 3.10.0. --- .gitignore | 3 ++- .python-version | 2 +- setup.cfg | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4af7bfa..d1d512c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea/ *.egg-info/ **/__pycache__/ +.python-version build/ dist/ @@ -8,4 +9,4 @@ docs/ .coverage coverage.xml -htmlcov/ \ No newline at end of file +htmlcov/ diff --git a/.python-version b/.python-version index a5c4c76..30291cb 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9.0 +3.10.0 diff --git a/setup.cfg b/setup.cfg index cefa552..2586c30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = powerline-k8s description = A custom Powerline segment for displaying the current Kubernetes context and namespace -version = 1.1.0 +version = 1.2.0 author = Jordan Duabe author_email = me@jduabe.dev long_description = file: README.md @@ -19,6 +19,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 License :: OSI Approved :: MIT License Operating System :: OS Independent Environment :: Console @@ -32,7 +33,7 @@ package_dir = packages = find: python_requires = >=3.7 install_requires = - kubernetes>=18.20.0 + kubernetes>=19.15.0 powerline-status>=2.7 [options.extras_require]