Skip to content

Commit

Permalink
update changelog and version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jul 28, 2022
1 parent a0b7667 commit 2012c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Changelog
=========

2.15.1 (July 28, 2022)
----------------------
- Fix pickling of all builtin cost functions (`#773 <https://github.com/scikit-hep/iminuit/pull/773>`_)

2.15.0 (July 27, 2022)
----------------------
- Smart sampling (`#769 <https://github.com/scikit-hep/iminuit/pull/769>`_)
Expand Down
2 changes: 1 addition & 1 deletion src/iminuit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - During development, add suffix .devN with N >= 0
# - For release candidates, add suffix .rcN with N >= 0
# - For beta releases, add suffix .betaN with N >= 0
version = "2.15.0"
version = "2.15.1"

# We list the corresponding ROOT version of the C++ Minuit2 library here
root_version = "v6-25-02-1013-ga4bb8f3342"

0 comments on commit 2012c5d

Please sign in to comment.