diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index 0362362..32fc4d8 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +Version 1.4.2 +**Date:** May 7, 2024 + +Fixed +~~~~~ +* :code:`genv remote llm` supports multiple Linux users + Version 1.4.1 ------------- **Date:** April 15, 2024 diff --git a/docs/source/conf.py b/docs/source/conf.py index 3cca119..92426b2 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.1" +release = "1.4.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 2fb4ecc..7dbe604 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="genv", - version="1.4.1", + version="1.4.2", author="Run.ai", author_email="pypi@run.ai", description="GPU environment and cluster management",