Skip to content

Commit

Permalink
📝 [Doc] README: update example with latest feature, and upgrade to v1…
Browse files Browse the repository at this point in the history
….2.7.1
  • Loading branch information
Hansimov committed Dec 10, 2024
1 parent e858442 commit 1d106e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def test_dict_to_str():
"now": get_now_str(),
"list": [1, 2, 3, [4, 5], "6"],
"nested": {"key1": "value1", "key2": "value2", "key_3": {"subkey": "subvalue"}},
"中文Key": "中文Value",
}
s = dict_to_str(d, add_quotes=True, max_depth=1)
logger.success(s)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tclogger"
version = "1.2.7"
version = "1.2.7.1"
authors = [
{ name="Hansimov" },
]
Expand Down

0 comments on commit 1d106e8

Please sign in to comment.