Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Feb 9, 2024
1 parent 587b924 commit 5b7bd08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
Changelog
=========

2.25.2 (February 09, 2024)
--------------------------
- Update to latest root (`#970 <https://github.com/scikit-hep/iminuit/pull/970>`_)
- Move documentation to Github pages (`#969 <https://github.com/scikit-hep/iminuit/pull/969>`_)

2.25.1 (February 08, 2024)
--------------------------
- Fix LeastSquares.visualize for models that accept parameter array (`#968 <https://github.com/scikit-hep/iminuit/pull/968>`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "iminuit"
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
version = "2.25.1"
version = "2.25.2"
maintainers = [
{ name = "Hans Dembinski" },
{ email = "[email protected]" },
Expand Down

0 comments on commit 5b7bd08

Please sign in to comment.