Skip to content

Commit c2d74fe

Browse files
authored
Merge pull request #87 from Integration-Automation/dev
Update stable and dev version
2 parents f44bbcf + bb5cd21 commit c2d74fe

3 files changed

Lines changed: 13 additions & 21 deletions

File tree

automation_ide/extend/process_executor/test_pioneer/test_pioneer_process_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
from typing import TYPE_CHECKING
1010

1111
from PySide6.QtCore import QTimer
12-
from PySide6.QtWidgets import QWidget, QFileDialog, QMessageBox
13-
from frontengine import language_wrapper
12+
from PySide6.QtWidgets import QWidget
1413
from je_editor.pyside_ui.main_ui.save_settings.user_color_setting_file import actually_color_dict
1514
from je_editor.utils.venv_check.check_venv import check_and_choose_venv
1615

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
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 = "0.0.40"
8+
name = "automation_ide_dev"
9+
version = "0.0.45"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
1313
description = "AutomationEditor for multi automation"
1414
requires-python = ">=3.9"
15-
license = { text = "MIT" }
15+
license-files = ["LICENSE"]
1616
dependencies = [
1717
"je-editor", "je_auto_control", "je_web_runner",
1818
"je_load_density", "je_api_testka", "je-mail-thunder",
19-
"automation-file", "PySide6==6.8.2.1", "test_pioneer"
19+
"automation-file", "PySide6==6.8.3", "test_pioneer"
2020
]
2121
classifiers = [
2222
"Programming Language :: Python :: 3.9",
2323
"Development Status :: 2 - Pre-Alpha",
2424
"Environment :: Win32 (MS Windows)",
2525
"Environment :: MacOS X",
2626
"Environment :: X11 Applications",
27-
"License :: OSI Approved :: MIT License",
2827
"Operating System :: OS Independent"
2928
]
3029

@@ -36,8 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3635
file = "README.md"
3736
content-type = "text/markdown"
3837

39-
[tool.setuptools]
40-
license-files = ["LICENSE"]
4138

4239
[tool.setuptools.packages]
4340
find = { namespaces = false }

pyproject.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
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 = "0.0.44"
8+
name = "automation_ide"
9+
version = "0.0.41"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
1313
description = "AutomationEditor for multi automation"
1414
requires-python = ">=3.9"
15-
license = { text = "MIT" }
15+
license-files = ["LICENSE"]
1616
dependencies = [
1717
"je-editor", "je_auto_control", "je_web_runner",
1818
"je_load_density", "je_api_testka", "je-mail-thunder",
19-
"automation-file", "PySide6==6.8.2.1", "test_pioneer"
19+
"automation-file", "PySide6==6.8.3", "test_pioneer"
2020
]
2121
classifiers = [
2222
"Programming Language :: Python :: 3.9",
2323
"Development Status :: 2 - Pre-Alpha",
2424
"Environment :: Win32 (MS Windows)",
2525
"Environment :: MacOS X",
2626
"Environment :: X11 Applications",
27-
"License :: OSI Approved :: MIT License",
2827
"Operating System :: OS Independent"
2928
]
3029

@@ -36,8 +35,5 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3635
file = "README.md"
3736
content-type = "text/markdown"
3837

39-
[tool.setuptools]
40-
license-files = ["LICENSE"]
41-
4238
[tool.setuptools.packages]
4339
find = { namespaces = false }

0 commit comments

Comments
 (0)