Skip to content

Commit 08ca79a

Browse files
authored
Merge pull request #164 from Integration-Automation/dev
Update both version
2 parents 0dc6614 + dbbeb26 commit 08ca79a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

je_editor/utils/redirect_manager/redirect_manager_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def set_redirect() -> None:
5050
redirect_err = RedirectStdErr()
5151
sys.stdout = redirect_out
5252
sys.stderr = redirect_err
53-
default_logger = logging.getLogger("RedirectManager")
53+
default_logger = logging.getLogger("JEditor_RedirectManager")
5454
default_logger.addHandler(redirect_err)
5555
skip_logger_list = ["JEditor", "FrontEngine",
5656
"AutomationIDE", "TestPioneer", "langchain", "langchain_core", "langchain_openai"]

pyproject.toml

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

77
[project]
8-
name = "je_editor"
9-
version = "0.0.207"
8+
name = "je_editor_dev"
9+
version = "0.0.228"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -23,11 +23,9 @@ classifiers = [
2323
"Environment :: Win32 (MS Windows)",
2424
"Environment :: MacOS X",
2525
"Environment :: X11 Applications",
26-
"License :: OSI Approved :: MIT License",
2726
"Operating System :: OS Independent"
2827
]
2928

30-
3129
[project.urls]
3230
Homepage = "https://github.com/JE-Chen/je_editor"
3331
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -37,5 +35,6 @@ Code = "https://github.com/JE-Chen/je_editor"
3735
file = "README.md"
3836
content-type = "text/markdown"
3937

38+
4039
[tool.setuptools.packages]
4140
find = { namespaces = false }

dev.toml renamed to stable.toml

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

77
[project]
8-
name = "je_editor_dev"
9-
version = "0.0.227"
8+
name = "je_editor"
9+
version = "0.0.208"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -23,9 +23,11 @@ classifiers = [
2323
"Environment :: Win32 (MS Windows)",
2424
"Environment :: MacOS X",
2525
"Environment :: X11 Applications",
26+
"License :: OSI Approved :: MIT License",
2627
"Operating System :: OS Independent"
2728
]
2829

30+
2931
[project.urls]
3032
Homepage = "https://github.com/JE-Chen/je_editor"
3133
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -35,6 +37,5 @@ Code = "https://github.com/JE-Chen/je_editor"
3537
file = "README.md"
3638
content-type = "text/markdown"
3739

38-
3940
[tool.setuptools.packages]
4041
find = { namespaces = false }

0 commit comments

Comments
 (0)