Skip to content

Commit 1a309c2

Browse files
committed
chore: bump version number [skip ci]
1 parent bf32765 commit 1a309c2

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
@@ -7,14 +7,20 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe
77

88

99

10-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.1.0.4...HEAD
10+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.1.0.7...HEAD
1111

1212
## [Unreleased]
1313

1414
tbd
1515

1616

1717

18+
## v2.1.0.7
19+
20+
* disk.py: Fix static path to udevadm ([#85](https://github.com/Linuxfabrik/lib/issues/85))
21+
22+
23+
1824
## v2.1.0.4
1925

2026
* refactor: uptimerobot.py

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.1.0.4"
9+
version = "2.1.0.7"
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)