Skip to content

Commit

Permalink
set version tag to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Apr 28, 2023
1 parent dbf33e6 commit d810b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.

Expand Down
2 changes: 1 addition & 1 deletion src/felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.2.1"
__version__ = "7.3.0"

0 comments on commit d810b5a

Please sign in to comment.