Skip to content

Commit 08c997a

Browse files
committed
update changelog and version
1 parent 3179d6c commit 08c997a

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.31.1rc0 (April 05, 2025)
9+
--------------------------
10+
- Fix ccache keys (`#1082 <https://github.com/scikit-hep/iminuit/pull/1082>`_)
11+
812
2.31.0 (April 04, 2025)
913
-----------------------
1014
- Fix qt widget sizing issues and simplify code (`#1075 <https://github.com/scikit-hep/iminuit/pull/1075>`_)

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.31.0"
8+
version = "2.31.1rc0"
99
maintainers = [{ name = "Hans Dembinski", email = "[email protected]" }]
1010
readme = "README.rst"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)