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",