Skip to content

Commit

Permalink
Prepares new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig committed Apr 25, 2024
1 parent 2c6f567 commit 97ac79b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
--------

v/1.0.2 (2024)
- Adds `add_indent` argument to `Messenger.__call__()`.

v/1.0.1 (2023)
- Moves `recursive_getattr()`, `recursive_setattr()`, and `recursive_hasattr()`, `recursive_mutattr()` to `nattrs` package.
- Adds typing to all arguments that did not have it.
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "utipy"
version = "1.0.1"
version = "1.0.2"
description = "Utility functions for python"
authors = ["Ludvig Renbo Olsen <[email protected]>"]
license = "MIT"
Expand All @@ -16,6 +16,8 @@ keywords = [
"kfold",
"partitioning",
"utilities",
"logging",
"time",
"tools",
"rolling",
"windows",
Expand Down

0 comments on commit 97ac79b

Please sign in to comment.