Skip to content

Commit

Permalink
chore: bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 12, 2024
1 parent 8c9ac3b commit ca31fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.7.3 (2024-12-11)

- Support interpolated seed in the config file (as a reminder, the seed is treated specifically by confit to initialize random generators **before** any object is resolved)
- Support if/else expressions in interpolation, and only resolve the relevant branch
Expand Down
2 changes: 1 addition & 1 deletion confit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
VisibleDeprecationWarning,
)

__version__ = "0.7.2"
__version__ = "0.7.3"

0 comments on commit ca31fe5

Please sign in to comment.