Skip to content

Commit a82ab9a

Browse files
committed
Bump version to 1.4.3
1 parent 29628c3 commit a82ab9a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/source/about/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 1.4.3
5+
**Date:** May 16, 2024
6+
7+
Fixed
8+
~~~~~
9+
* Genv container toolkit supports :code:`docker exec` commands
10+
11+
Changelog
12+
=========
13+
414
Version 1.4.2
515
**Date:** May 7, 2024
616

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Genv"
1010
copyright = "2022-2024, Run.ai"
1111
author = "Raz Rotenberg"
12-
release = "1.4.2"
12+
release = "1.4.3"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="genv",
8-
version="1.4.2",
8+
version="1.4.3",
99
author="Run.ai",
1010
author_email="pypi@run.ai",
1111
description="GPU environment and cluster management",

0 commit comments

Comments
 (0)