Set version

This commit is contained in:
2024-07-25 17:32:11 +02:00
parent cae2e6d92e
commit c3d51e29fc
38 changed files with 138 additions and 128 deletions

View File

@@ -2,9 +2,9 @@
"ProjectSettings": {
"Name": "cpl-core",
"Version": {
"Major": "2023",
"Minor": "10",
"Micro": "2"
"Major": "2024",
"Minor": "6",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
@@ -16,17 +16,17 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"art>=5.9",
"art>=6.2",
"colorama>=0.4.6",
"psutil>=5.9.4",
"packaging>=23.0",
"psutil>=6.0.0",
"packaging>=24.1",
"pynput>=1.7.6",
"setuptools>=67.6.1",
"setuptools>=70.1.0",
"tabulate>=0.9.0",
"termcolor>=2.2.0",
"watchdog>=3.0.0",
"wheel>=0.40.0",
"mysql-connector-python>=8.1.0"
"termcolor>=2.4.0",
"watchdog>=4.0.1",
"wheel>=0.43.0",
"mysql-connector-python>=8.4.0"
],
"DevDependencies": [
"Sphinx==5.0.2",
@@ -36,7 +36,7 @@
"sphinx-markdown-builder==0.5.5",
"pygount==1.5.1"
],
"PythonVersion": ">=3.10",
"PythonVersion": ">=3.12",
"PythonPath": {},
"Classifiers": []
},