From 17afbe09dd85f54efe5c5bb4ba02e03d74dda108 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2024 09:13:22 +0000 Subject: [PATCH] ci(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/f-aguzzi/tesi/compare/v1.1.1...v1.1.2) (2024-05-29) ### Bug Fixes * updated paths and triggers in workflows ([6a5fd55](https://github.com/f-aguzzi/tesi/commit/6a5fd55592446e7fcbf99fc390562c0574771cb2)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 266985f..5bc5b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/f-aguzzi/tesi/compare/v1.1.1...v1.1.2) (2024-05-29) + + +### Bug Fixes + +* updated paths and triggers in workflows ([6a5fd55](https://github.com/f-aguzzi/tesi/commit/6a5fd55592446e7fcbf99fc390562c0574771cb2)) + ## [1.1.2-beta.3](https://github.com/f-aguzzi/tesi/compare/v1.1.2-beta.2...v1.1.2-beta.3) (2024-05-29) diff --git a/pyproject.toml b/pyproject.toml index 2e34455..1e6586e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chemfusekit" -version = "1.1.2b3" +version = "1.1.2" description = "A minimal Python / Jupyter Notebook / Colab library for data fusion and chemometrical analysis." authors = [ { name = "Federico Aguzzi", email = "62149513+f-aguzzi@users.noreply.github.com" }