From 38100760045a3f90ea5a16342b798d772c9530a9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Aug 2024 08:44:37 +0000 Subject: [PATCH] 4.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/spl_core/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29633a7..e33f1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v4.6.1 (2024-08-14) + +### Fix + +* fix: create build info by default ([`aa275c4`](https://github.com/avengineers/spl-core/commit/aa275c4468cb5081956f38301de7be3ecac57b78)) + + ## v4.6.0 (2024-08-13) ### Feature diff --git a/docs/conf.py b/docs/conf.py index 0407e96..c956496 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "SPL Core" copyright = "2024, RMT" author = "RMT" -release = "4.6.0" +release = "4.6.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 0e9d22b..3600384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spl-core" -version = "4.6.0" +version = "4.6.1" description = "Software Product Line Support for CMake" authors = ["Avengineers "] license = "MIT" diff --git a/src/spl_core/__init__.py b/src/spl_core/__init__.py index db01fb2..b56d675 100644 --- a/src/spl_core/__init__.py +++ b/src/spl_core/__init__.py @@ -1 +1 @@ -__version__ = "4.6.0" +__version__ = "4.6.1"