Skip to content

Commit a7fab42

Browse files
committed
Update both version
1 parent 21f65ca commit a7fab42

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

automation_ide/automation_editor_ui/menu/tools/tools_menu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from PySide6.QtGui import QAction, Qt
66
from je_editor import language_wrapper
77
from je_editor.pyside_ui.main_ui.dock.destroy_dock import DestroyDock
8+
from je_editor.utils.logging.loggin_instance import jeditor_logger
89

910
from automation_ide.automation_editor_ui.connect_gui.ssh.ssh_main_widget import SSHMainWidget
1011
from automation_ide.automation_editor_ui.connect_gui.url.ai_code_review_gui import AICodeReviewClient

stable.toml renamed to dev.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to dev version
2+
# This is dev version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_ide"
9-
version = "1.0.1"
8+
name = "automation_ide_dev"
9+
version = "1.0.2"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
1313
description = "AutomationEditor for multi automation"
1414
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"je-editor", "je_auto_control", "je_web_runner",
17+
"je_editor_dev", "je_auto_control", "je_web_runner",
1818
"je_load_density", "je_api_testka", "je-mail-thunder",
1919
"automation-file", "PySide6==6.10.2", "test_pioneer", "paramiko"
2020
]
@@ -35,5 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3535
file = "README.md"
3636
content-type = "text/markdown"
3737

38+
3839
[tool.setuptools.packages]
3940
find = { namespaces = false }

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Rename to dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_ide_dev"
9-
version = "1.0.1"
8+
name = "automation_ide"
9+
version = "1.0.2"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
1313
description = "AutomationEditor for multi automation"
1414
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"je_editor_dev", "je_auto_control", "je_web_runner",
17+
"je-editor", "je_auto_control", "je_web_runner",
1818
"je_load_density", "je_api_testka", "je-mail-thunder",
1919
"automation-file", "PySide6==6.10.2", "test_pioneer", "paramiko"
2020
]
@@ -35,6 +35,5 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3535
file = "README.md"
3636
content-type = "text/markdown"
3737

38-
3938
[tool.setuptools.packages]
4039
find = { namespaces = false }

0 commit comments

Comments
 (0)