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.dev6"
},
"Author": "",
"AuthorEmail": "",
@@ -16,8 +16,8 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.6.17.dev5",
"cpl-query>=2022.6.17.dev5"
"cpl-core>=2022.6.17.dev6",
"cpl-query>=2022.6.17.dev6"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {