diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a577088..88781a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] +## [7.3.0] - 2023-04-28 + ### Changed - Show a progress bar during `Job.evaluate(verbose=True)` (new optional dependency `tqdm`). The legacy detailed output is available with `Job.evaluate(verbose=2)`. diff --git a/src/felupe/__about__.py b/src/felupe/__about__.py index 065cf443..74a6beb5 100644 --- a/src/felupe/__about__.py +++ b/src/felupe/__about__.py @@ -1 +1 @@ -__version__ = "7.2.1" +__version__ = "7.3.0"