Skip to content

Commit 95e5a72

Browse files
committed
update version and changelog
1 parent 69ca54b commit 95e5a72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
Changelog
66
=========
77

8+
2.29.1 (August 25, 2024)
9+
------------------------
10+
- Show correct ROOT version in documentation
11+
812
2.29.0 (August 25, 2024)
913
------------------------
1014
- Fix odr issue in type_caster which could result in ub when `-flto` is enabled (`#1028 <https://github.com/scikit-hep/iminuit/pull/1028>`_)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "iminuit"
77
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
8-
version = "2.29.0"
8+
version = "2.29.1"
99
maintainers = [{ name = "Hans Dembinski", email = "[email protected]" }]
1010
readme = "README.rst"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)