From 8441fc8a24b7dad2fc960f4e28459e2af3a59a14 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 18 Jan 2022 21:11:55 -0600 Subject: [PATCH] RLS 0.3.1 --- docs/source/conf.py | 2 +- kbatch-proxy/setup.cfg | 2 +- kbatch/kbatch/__init__.py | 2 +- kbatch/setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7c4bb5e..2074618 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "Tom Augspurger" # The full version, including alpha/beta/rc tags -release = "0.2.14" +release = "0.3.1" # -- General configuration --------------------------------------------------- diff --git a/kbatch-proxy/setup.cfg b/kbatch-proxy/setup.cfg index 2fe1f2a..9013130 100644 --- a/kbatch-proxy/setup.cfg +++ b/kbatch-proxy/setup.cfg @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [metadata] name = kbatch-proxy -version = 0.2.14 +version = 0.3.1 description = Proxy batch job requests to kubernetes. long_description = file: README.md long_description_content_type = text/markdown diff --git a/kbatch/kbatch/__init__.py b/kbatch/kbatch/__init__.py index ec4951d..9447890 100644 --- a/kbatch/kbatch/__init__.py +++ b/kbatch/kbatch/__init__.py @@ -14,7 +14,7 @@ from ._backend import make_job -__version__ = "0.2.14" +__version__ = "0.3.1" __all__ = [ "__version__", diff --git a/kbatch/setup.cfg b/kbatch/setup.cfg index 75aa919..4a47199 100644 --- a/kbatch/setup.cfg +++ b/kbatch/setup.cfg @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [metadata] name = kbatch -version = 0.2.14 +version = 0.3.1 description = Submit batch jobs to Kubernetes. long_description = file: README.md long_description_content_type = text/markdown