diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index 85a3e56..faadd25 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 1.1.0 +------------- +**Date:** June 21, 2023 + +Added +~~~~~ +* Added flag :code:`--max-devices-for-user` to :code:`genv enforce` and :code:`genv remote enforce` commands + Version 1.0.0 -------------- **Date:** June 12, 2023 diff --git a/docs/source/conf.py b/docs/source/conf.py index e1a66b4..94b072e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "Genv" copyright = "2022-2023, Run.ai" author = "Raz Rotenberg" -release = "1.0.0" +release = "1.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 2e00105..ae48225 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="genv", - version="1.0.0", + version="1.1.0", author="Run.ai", author_email="pypi@run.ai", description="GPU environment and cluster management",