Skip to content

Commit

Permalink
Release version 0.0.0.dev26
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 24, 2024
1 parent 9bcea20 commit 4e7f6b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev25"
version = "0.0.0.dev26"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev11",
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MDit == 0.0.0.dev11
ActionMan == 0.0.0.dev17
ProtocolMan == 0.0.0.dev2
ExceptionMan == 0.0.0.dev11
pydantic
rich
2 changes: 1 addition & 1 deletion src/loggerman/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def process_exit_code():
console_config = _mdit.target.rich.ConsoleConfig(
color_system="truecolor" if in_github else "auto",
force_terminal=True if in_github else None,
width=91 if in_github else None,
width=90 if in_github else None,
)
elif isinstance(console_config, dict):
console_config = _mdit.target.rich.ConsoleConfig(**console_config)
Expand Down

0 comments on commit 4e7f6b5

Please sign in to comment.