Skip to content

Commit

Permalink
v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Nov 14, 2024
1 parent cd80f5c commit 89086cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.43.0 (2024-mm-dd)
## 1.43.0 (2024-11-14)

- **ENH: Add prune and select keys from dict functions: `misc.select_dict` and `misc.prune_dict`**
- **ENH: Handle dict in `misc.remove_empty_values` and allow the user to add other values considered as empty**
Expand Down
2 changes: 1 addition & 1 deletion sertit/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
Sertit Utils library
"""
__version__ = "1.42.3"
__version__ = "1.43.0"
__title__ = "sertit"
__description__ = ("SERTIT python library for generic tools",)
__author__ = "ICube-SERTIT"
Expand Down

0 comments on commit 89086cd

Please sign in to comment.