From 698be2f7c47f3bc59f0170e0f7141741865e0ec3 Mon Sep 17 00:00:00 2001 From: JE-Chen Date: Sun, 5 Oct 2025 23:05:13 +0800 Subject: [PATCH 1/4] Update dev version Update dev version --- pyproject.toml | 11 ++++++----- dev.toml => stable.toml | 9 ++++----- 2 files changed, 10 insertions(+), 10 deletions(-) rename dev.toml => stable.toml (91%) diff --git a/pyproject.toml b/pyproject.toml index bfd2c3c..d32139c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ -# Rename to build stable version -# This is stable version +# Rename to dev version +# This is dev version [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_ide" -version = "0.0.46" +name = "automation_ide_dev" +version = "0.0.53" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.9.2", "test_pioneer" + "automation-file", "PySide6==6.9.3", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.10", @@ -35,5 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor" file = "README.md" content-type = "text/markdown" + [tool.setuptools.packages] find = { namespaces = false } diff --git a/dev.toml b/stable.toml similarity index 91% rename from dev.toml rename to stable.toml index cb2ce2d..bfd2c3c 100644 --- a/dev.toml +++ b/stable.toml @@ -1,12 +1,12 @@ -# Rename to dev version -# This is dev version +# Rename to build stable version +# This is stable version [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_ide_dev" -version = "0.0.52" +name = "automation_ide" +version = "0.0.46" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -35,6 +35,5 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor" file = "README.md" content-type = "text/markdown" - [tool.setuptools.packages] find = { namespaces = false } From 87e19a8f8ac06ed98e4bfc9a7fb413a98ecaafe5 Mon Sep 17 00:00:00 2001 From: JE-Chen Date: Sun, 5 Oct 2025 23:24:49 +0800 Subject: [PATCH 2/4] Update stable version Update stable version --- pyproject.toml => dev.toml | 0 stable.toml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename pyproject.toml => dev.toml (100%) diff --git a/pyproject.toml b/dev.toml similarity index 100% rename from pyproject.toml rename to dev.toml diff --git a/stable.toml b/stable.toml index bfd2c3c..1ca640e 100644 --- a/stable.toml +++ b/stable.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide" -version = "0.0.46" +version = "0.0.47" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.9.2", "test_pioneer" + "automation-file", "PySide6==6.9.3", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.10", From 0575730b1ba678c17c54a48574ea8314797dad24 Mon Sep 17 00:00:00 2001 From: JE-Chen Date: Sun, 12 Oct 2025 07:09:06 +0800 Subject: [PATCH 3/4] Update dev version Update dev version * Update Pyside6 version from 6.9.3 to 6.10.0 --- dev.toml => pyproject.toml | 4 ++-- stable.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev.toml => pyproject.toml (93%) diff --git a/dev.toml b/pyproject.toml similarity index 93% rename from dev.toml rename to pyproject.toml index d32139c..4ec3f89 100644 --- a/dev.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide_dev" -version = "0.0.53" +version = "0.0.54" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.9.3", "test_pioneer" + "automation-file", "PySide6==6.10.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.10", diff --git a/stable.toml b/stable.toml index 1ca640e..781f9fa 100644 --- a/stable.toml +++ b/stable.toml @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.9.3", "test_pioneer" + "automation-file", "PySide6==6.10.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.10", From 2d06fd5627a6c75dee1e85fb41508f141f3328b3 Mon Sep 17 00:00:00 2001 From: JE-Chen Date: Sun, 12 Oct 2025 07:35:16 +0800 Subject: [PATCH 4/4] Update stable version Update stable version * Update Pyside6 version from 6.9.3 to 6.10.0 --- stable.toml => dev.toml | 9 +++++---- pyproject.toml | 9 ++++----- 2 files changed, 9 insertions(+), 9 deletions(-) rename stable.toml => dev.toml (91%) diff --git a/stable.toml b/dev.toml similarity index 91% rename from stable.toml rename to dev.toml index 781f9fa..4ec3f89 100644 --- a/stable.toml +++ b/dev.toml @@ -1,12 +1,12 @@ -# Rename to build stable version -# This is stable version +# Rename to dev version +# This is dev version [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_ide" -version = "0.0.47" +name = "automation_ide_dev" +version = "0.0.54" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -35,5 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor" file = "README.md" content-type = "text/markdown" + [tool.setuptools.packages] find = { namespaces = false } diff --git a/pyproject.toml b/pyproject.toml index 4ec3f89..dc490c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ -# Rename to dev version -# This is dev version +# Rename to build stable version +# This is stable version [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_ide_dev" -version = "0.0.54" +name = "automation_ide" +version = "0.0.48" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -35,6 +35,5 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor" file = "README.md" content-type = "text/markdown" - [tool.setuptools.packages] find = { namespaces = false }