Skip to content

Commit 397218a

Browse files
committed
chore: bump version number [skip ci]
1 parent 4402b8c commit 397218a

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project does NOT adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/2024060401...HEAD
109

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

1212
## [Unreleased]
1313

14+
tbd
15+
16+
17+
18+
## v2.0.0.7
19+
1420
### Fixed ("fix")
1521

1622
* fix(txt.py): extract_str()
1723

1824

25+
### Changed ("refactor", "chore" etc.)
26+
27+
* chore(endoflifedate.py): bump version numbers
28+
* chore(tools/update-endoflifedate): add openvpn
29+
* docs(time.py): improve doc strings
30+
* docs: update README
31+
32+
33+
1934
## v2.0.0.0
2035

2136
### Breaking Changes
@@ -43,7 +58,7 @@ Build, CI/CD:
4358
* keycloak.py: This library collects some Keycloak related functions that are needed by more than one Keycloak plugin.
4459

4560

46-
### Changed ("enhancement")
61+
### Changed ("refactor", "chore" etc.)
4762

4863
* librenms.py: `get_state()` returns STATE_OK instead of STATE_UNKNOWN
4964
* url.py: Improve error messages and comments
@@ -306,6 +321,3 @@ Minor improvements, barely any changes.
306321
## 2020022801
307322

308323
Initial release.
309-
310-
311-

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.0.0.0"
9+
version = "2.0.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)