Improved set-version tool & set version

This commit is contained in:
2022-12-03 23:42:23 +01:00
parent 099a51ed93
commit b02aebef35
15 changed files with 65 additions and 50 deletions

View File

@@ -3,8 +3,8 @@
"Name": "cpl-cli",
"Version": {
"Major": "2022",
"Minor": "10",
"Micro": "1.post1"
"Minor": "12",
"Micro": "0"
},
"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.10.0"
"cpl-core>=2022.12.0"
],
"DevDependencies": [],
"PythonVersion": ">=3.10",

View File

@@ -3,8 +3,8 @@
"Name": "cpl-core",
"Version": {
"Major": "2022",
"Minor": "10",
"Micro": "0.post9"
"Minor": "12",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",

View File

@@ -16,12 +16,12 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2022.10.0",
"discord.py==2.0.1",
"cpl-query>=2022.10.0"
"cpl-core>=2022.12.0",
"discord.py==2.1.0",
"cpl-query>=2022.12.0"
],
"DevDependencies": [
"cpl-cli>=2022.10.0"
"cpl-cli>=2022.12.0"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {},

View File

@@ -3,8 +3,8 @@
"Name": "cpl-query",
"Version": {
"Major": "2022",
"Minor": "10",
"Micro": "0.post2"
"Minor": "12",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",

View File

@@ -16,10 +16,10 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2022.10.0"
"cpl-core>=2022.12.0"
],
"DevDependencies": [
"cpl-cli>=2022.10.0"
"cpl-cli>=2022.12.0"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {