From 7ba79873473c879fb552752c10343dd8657492cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Dec 2023 18:49:32 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.3.3=20=E2=86=92=201.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- src/amltk/__version__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c512a2a7..0039464c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.4 (2023-12-07) + +### Fix + +- **pipeline**: configure only operates on chosen choice (#195) + ## 1.3.3 (2023-12-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8bf1e76a..fcc6497b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "amltk" -version = "1.3.3" +version = "1.3.4" dependencies = [ "typing_extensions", # Better typing "more_itertools", # Better iteration @@ -97,7 +97,7 @@ exclude_lines = [ [tool.commitizen] name = "cz_conventional_commits" -version = "1.3.3" +version = "1.3.4" update_changelog_on_bump = true version_files = ["pyproject.toml:version", "src/amltk/__version__.py"] changelog_start_rev = "1.0.0" diff --git a/src/amltk/__version__.py b/src/amltk/__version__.py index ede0b308..2ceb9558 100644 --- a/src/amltk/__version__.py +++ b/src/amltk/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "1.3.3" +version = "1.3.4"