We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ca54b commit 95e5a72Copy full SHA for 95e5a72
doc/changelog.rst
@@ -5,6 +5,10 @@
5
Changelog
6
=========
7
8
+2.29.1 (August 25, 2024)
9
+------------------------
10
+- Show correct ROOT version in documentation
11
+
12
2.29.0 (August 25, 2024)
13
------------------------
14
- 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
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "iminuit"
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
-version = "2.29.0"
+version = "2.29.1"
maintainers = [{ name = "Hans Dembinski", email = "[email protected]" }]
readme = "README.rst"
requires-python = ">=3.9"
0 commit comments