Skip to content

Commit fd905d2

Browse files
committed
update version and changelog
1 parent 35cfd28 commit fd905d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/changelog.rst

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

8+
2.20.0 (February 13, 2023)
9+
--------------------------
10+
- Fix coverage, typing, template for 2d models (`#836 <https://github.com/scikit-hep/iminuit/pull/836>`_)
11+
- Template mix (`#835 <https://github.com/scikit-hep/iminuit/pull/835>`_)
12+
- Docs: use 'req@url' syntax to install from remote vcs (`#834 <https://github.com/scikit-hep/iminuit/pull/834>`_)
13+
814
2.19.0 (February 10, 2023)
915
--------------------------
1016
- Remove setup.cfg (`#833 <https://github.com/scikit-hep/iminuit/pull/833>`_)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "iminuit"
1010
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
11-
version = "2.19.0"
11+
version = "2.20.0"
1212
maintainers = [
1313
{ name = "Hans Dembinski" },
1414
{ email = "[email protected]" },

0 commit comments

Comments
 (0)