From a82ab9a09c069f2e31f6168b06670e688f75cfb6 Mon Sep 17 00:00:00 2001 From: Raz Rotenberg Date: Thu, 16 May 2024 14:12:19 +0300 Subject: [PATCH] Bump version to 1.4.3 --- docs/source/about/changelog.rst | 10 ++++++++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index 32fc4d8..0f9ae73 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +Version 1.4.3 +**Date:** May 16, 2024 + +Fixed +~~~~~ +* Genv container toolkit supports :code:`docker exec` commands + +Changelog +========= + Version 1.4.2 **Date:** May 7, 2024 diff --git a/docs/source/conf.py b/docs/source/conf.py index 92426b2..50a6945 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "Genv" copyright = "2022-2024, Run.ai" author = "Raz Rotenberg" -release = "1.4.2" +release = "1.4.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 7dbe604..d80b7c6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="genv", - version="1.4.2", + version="1.4.3", author="Run.ai", author_email="pypi@run.ai", description="GPU environment and cluster management",