Skip to content

Commit

Permalink
Release version 0.0.0.dev31
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 25, 2024
1 parent ca84a8d commit de7a341
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev30"
version = "0.0.0.dev31"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev11",
"ActionMan == 0.0.0.dev19",
"ActionMan == 0.0.0.dev20",
"ProtocolMan == 0.0.0.dev2",
"ExceptionMan == 0.0.0.dev11",
"pydantic",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MDit == 0.0.0.dev11
ActionMan == 0.0.0.dev19
ActionMan == 0.0.0.dev20
ProtocolMan == 0.0.0.dev2
ExceptionMan == 0.0.0.dev11
pydantic
Expand Down
2 changes: 1 addition & 1 deletion src/loggerman/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def _submit_log(
annotation_str = self._actionman_logger.annotation(
typ=annotation_type,
title=title,
message=f"Click to see details in workflow log section {self._curr_list_key}.",
message=f"Click to see details in workflow log section {self._curr_section_name}.",
filename=file,
line_start=line,
line_end=line_end,
Expand Down

0 comments on commit de7a341

Please sign in to comment.