From 78026fd6eb114c784539d13abb82d4ab9481a745 Mon Sep 17 00:00:00 2001 From: Raz Rotenberg Date: Mon, 15 Apr 2024 14:58:46 +0300 Subject: [PATCH] Bump version to 1.4.1 --- docs/source/about/changelog.rst | 8 ++++++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index 0f74a1a..0362362 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 1.4.1 +------------- +**Date:** April 15, 2024 + +Fixed +~~~~~ +* :code:`genv llm` supports multiple Linux users + Version 1.4.0 ------------- **Date:** February 18, 2024 diff --git a/docs/source/conf.py b/docs/source/conf.py index 6bf5bba..3cca119 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.0" +release = "1.4.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 3615119..2fb4ecc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="genv", - version="1.4.0", + version="1.4.1", author="Run.ai", author_email="pypi@run.ai", description="GPU environment and cluster management",