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 e2fb699 commit 5b7389fCopy full SHA for 5b7389f
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# CHANGELOG
2
+
3
+<!-- version list -->
4
5
+## v1.6.0 (2025-07-10)
6
7
+### Features
8
9
+- Initial commit
10
+ ([`e2fb699`](https://github.com/intel/mfd-sysctl/commit/e2fb69930bd61ec3143ad4acc7c1a6e1062d002d))
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = { file = ["requirements.txt"] }
12
name = "mfd-sysctl"
13
description = "Module for SYSCTL"
14
requires-python = ">=3.10, <3.14"
15
-version = "1.5.1"
+version = "1.6.0"
16
dynamic = ["dependencies"]
17
license-files = ["LICENSE.md", "AUTHORS.md"]
18
readme = {file = "README.md", content-type = "text/markdown"}
0 commit comments