Skip to content

Commit 1cad412

Browse files
committed
chore: bump version number [skip ci]
1 parent 37e6929 commit 1cad412

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77

88
## [Unreleased]
99

10+
tbd
11+
12+
13+
## [v2.4.0] - 2025-09-17
14+
15+
1016
### Added ("feat")
1117

1218
* endoflifedate.py: add Icinga
@@ -471,7 +477,8 @@ Minor improvements, barely any changes.
471477
Initial release.
472478

473479

474-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.3.0...HEAD
480+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.4.0...HEAD
481+
[v2.4.0]: https://github.com/Linuxfabrik/lib/compare/v2.3.0...v2.4.0
475482
[v2.3.0]: https://github.com/Linuxfabrik/lib/compare/v2.2.1...v2.3.0
476483
[v2.2.1]: https://github.com/Linuxfabrik/lib/compare/v2.2.0...v2.2.1
477484
[v2.2.0]: https://github.com/Linuxfabrik/lib/compare/v2.1.1.15...v2.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "linuxfabrik-lib"
9-
version = "2.3.0"
9+
version = "2.4.0"
1010
description = "Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project."
1111
readme = "README.md"
1212
authors = [

0 commit comments

Comments
 (0)