Skip to content

Commit f815718

Browse files
committed
chore: bump version number [skip ci]
1 parent af746df commit f815718

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+
## [v3.1.1] - 2026-04-14
15+
1116
### Changed
1217

1318
* human.py: `human2seconds()` and `humanduration2seconds()` now accept the Unix-style lowercase day/week markers `d` and `w` in addition to the canonical Linuxfabrik uppercase `D` and `W`. This lets callers parse duration strings from third-party tools that follow the Unix convention (exim `mailq` age literals, `sleep 3d`, systemd timers, etc.) without having to normalize the input first. Uppercase `D`/`W` continue to work exactly as before, so no existing caller breaks
@@ -487,7 +492,8 @@ Minor improvements, barely any changes.
487492
Initial release.
488493

489494

490-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v3.1.0...HEAD
495+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v3.1.1...HEAD
496+
[v3.1.1]: https://github.com/Linuxfabrik/lib/compare/v3.1.0...v3.1.1
491497
[v3.1.0]: https://github.com/Linuxfabrik/lib/compare/v3.0.0...v3.1.0
492498
[v3.0.0]: https://github.com/Linuxfabrik/lib/compare/v2.4.0...v3.0.0
493499
[v2.4.0]: https://github.com/Linuxfabrik/lib/compare/v2.3.0...v2.4.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 = "3.1.0"
9+
version = "3.1.1"
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)