We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a867d commit eee06b8Copy full SHA for eee06b8
CHANGELOG.md
@@ -11,6 +11,11 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe
11
12
## [Unreleased]
13
14
+tbd
15
+
16
17
+## v2.0.0.0
18
19
### Breaking Changes
20
21
Build, CI/CD:
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "linuxfabrik-lib"
9
-version = "2024060401"
+version = "2.0.0.0"
10
description = "Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project."
readme = "README.md"
authors = [
0 commit comments