Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 13, 2024
1 parent 3a1f6d0 commit 84ef456
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v4.4.1 (2024-05-13)

### Fix

* fix: solve exception with CommandLineExecutor ([`3a1f6d0`](https://github.com/avengineers/spl-core/commit/3a1f6d0bf0096f3296a19f567c6acefe152d712e))


## v4.4.0 (2024-04-30)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "SPL Core"
copyright = "2023, RMT"
author = "RMT"
release = "4.4.0"
release = "4.4.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spl-core"
version = "4.4.0"
version = "4.4.1"
description = "Software Product Line Support for CMake"
authors = ["Avengineers <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/spl_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.4.0"
__version__ = "4.4.1"

0 comments on commit 84ef456

Please sign in to comment.