Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razrotenberg committed Jun 21, 2023
1 parent d7835ab commit bbe67e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="genv",
version="1.0.0",
version="1.1.0",
author="Run.ai",
author_email="[email protected]",
description="GPU environment and cluster management",
Expand Down

0 comments on commit bbe67e4

Please sign in to comment.