Skip to content

Commit 8c15dc8

Browse files
committed
chore: bump version number [skip ci]
1 parent 97dadae commit 8c15dc8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
tbd
12+
13+
14+
## [v5.0.0] - 2026-06-12
15+
1116
### Changed
1217

1318
* distro.py, version.py: read the OS name and version directly from `/etc/os-release` instead of sourcing it through a shell
@@ -670,7 +675,8 @@ Minor improvements, barely any changes.
670675
Initial release.
671676

672677

673-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v4.4.0...HEAD
678+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v5.0.0...HEAD
679+
[v5.0.0]: https://github.com/Linuxfabrik/lib/compare/v4.4.0...v5.0.0
674680
[v4.4.0]: https://github.com/Linuxfabrik/lib/compare/v4.3.0...v4.4.0
675681
[v4.3.0]: https://github.com/Linuxfabrik/lib/compare/v4.2.0...v4.3.0
676682
[v4.2.0]: https://github.com/Linuxfabrik/lib/compare/v4.1.0...v4.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 = "4.4.0"
9+
version = "5.0.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)