Skip to content

Commit

Permalink
Merge pull request #120 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Update dev and stable version
  • Loading branch information
JE-Chen committed Aug 3, 2023
2 parents 03e5ff2 + 6e527e3 commit c7c57fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control_dev"
version = "0.0.93"
version = "0.0.94"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion je_auto_control/utils/logging/loggin_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
stream_handler.setLevel(logging.WARNING)
auto_control_logger.addHandler(stream_handler)
# File handler
file_handler = logging.FileHandler("AutoControl.log")
file_handler = logging.FileHandler(filename="AutoControl.log", mode="w")
file_handler.setFormatter(formatter)
auto_control_logger.addHandler(file_handler)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control"
version = "0.0.152"
version = "0.0.153"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand Down

0 comments on commit c7c57fa

Please sign in to comment.