Skip to content

Commit

Permalink
4.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 14, 2024
1 parent aa275c4 commit 3810076
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.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
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 = "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
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.6.0"
version = "4.6.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.6.0"
__version__ = "4.6.1"

0 comments on commit 3810076

Please sign in to comment.