Skip to content

Commit c16e188

Browse files
committed
chore: bump version number [skip ci]
1 parent 92fbfb9 commit c16e188

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.4.0] - 2026-04-22
15+
1116
### Added
1217

1318
* time.py: add `macro2timestr(s, format='')` to expand time macros in a string. Supports `{today}`, `{yesterday}` (rendered with the given format, default ISO 8601) and single strftime components (`{%Y}`, `{%y}`, `{%m}`, `{%d}`, `{%H}`, `{%M}`, `{%S}`). Unknown `{...}` tokens pass through unchanged
@@ -508,7 +513,8 @@ Minor improvements, barely any changes.
508513
Initial release.
509514

510515

511-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v3.3.0...HEAD
516+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v3.4.0...HEAD
517+
[v3.4.0]: https://github.com/Linuxfabrik/lib/compare/v3.3.0...v3.4.0
512518
[v3.3.0]: https://github.com/Linuxfabrik/lib/compare/v3.2.0...v3.3.0
513519
[v3.2.0]: https://github.com/Linuxfabrik/lib/compare/v3.1.1...v3.2.0
514520
[v3.1.1]: https://github.com/Linuxfabrik/lib/compare/v3.1.0...v3.1.1

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.3.0"
9+
version = "3.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)