From 243e5abee2de7175caaaeacd94e297cd504782e8 Mon Sep 17 00:00:00 2001 From: Benjamin Piwowarski Date: Fri, 8 Dec 2023 08:55:42 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.3.4=20=E2=86=92=201.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f086612..48445be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.3.5 (2023-12-08) + +### Feat + +- access run mode from experiment + ## v1.3.4 (2023-12-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 4812070..5e2e6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ warn_unused_ignores = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.3.4" +version = "1.3.5" changelog_start_rev = "0.15.0" tag_format = "v$version" update_changelog_on_bump = true