Skip to content

Commit

Permalink
v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Jul 29, 2024
1 parent 21db679 commit 4fa83d3
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.39.0 (2024-mm-dd)
## 1.39.0 (2024-07-29)

- **ENH: Add `types.make_iterable` and `types.is_iterable` functions**
- Switch to `main` branch
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.39.0.dev0"
__version__ = "1.39.0"
__title__ = "sertit"
__description__ = ("SERTIT python library for generic tools",)
__author__ = "ICube-SERTIT"
Expand Down

0 comments on commit 4fa83d3

Please sign in to comment.