Added logic to change version only for projects with changes

This commit is contained in:
2022-05-26 16:25:15 +02:00
parent ddff9dec11
commit def92c78c8
13 changed files with 34 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
"Version": {
"Major": "2022",
"Minor": "6",
"Micro": "17.dev5"
"Micro": "17"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
@@ -16,7 +16,7 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2022.6.17.dev5"
"cpl-core>=2022.6.17"
],
"PythonVersion": ">=3.10",
"PythonPath": {},