We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3179d6c commit 08c997aCopy full SHA for 08c997a
doc/changelog.rst
@@ -5,6 +5,10 @@
5
Changelog
6
=========
7
8
+2.31.1rc0 (April 05, 2025)
9
+--------------------------
10
+- Fix ccache keys (`#1082 <https://github.com/scikit-hep/iminuit/pull/1082>`_)
11
+
12
2.31.0 (April 04, 2025)
13
-----------------------
14
- Fix qt widget sizing issues and simplify code (`#1075 <https://github.com/scikit-hep/iminuit/pull/1075>`_)
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.31.0"
+version = "2.31.1rc0"
maintainers = [{ name = "Hans Dembinski", email = "[email protected]" }]
readme = "README.rst"
requires-python = ">=3.9"
0 commit comments