Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razrotenberg committed Jul 4, 2023
1 parent 90a78f9 commit df07bc8
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.2.0
-------------
**Date:** July 4, 2023

Added
~~~~~
* Ray integration and :code:`genv.ray` subpackage

Version 1.1.0
-------------
**Date:** June 21, 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.1.0"
release = "1.2.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.1.0",
version="1.2.0",
author="Run.ai",
author_email="[email protected]",
description="GPU environment and cluster management",
Expand Down

0 comments on commit df07bc8

Please sign in to comment.