Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Feb 13, 2023
1 parent 35cfd28 commit fd905d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
Changelog
=========

2.20.0 (February 13, 2023)
--------------------------
- Fix coverage, typing, template for 2d models (`#836 <https://github.com/scikit-hep/iminuit/pull/836>`_)
- Template mix (`#835 <https://github.com/scikit-hep/iminuit/pull/835>`_)
- Docs: use 'req@url' syntax to install from remote vcs (`#834 <https://github.com/scikit-hep/iminuit/pull/834>`_)

2.19.0 (February 10, 2023)
--------------------------
- Remove setup.cfg (`#833 <https://github.com/scikit-hep/iminuit/pull/833>`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "iminuit"
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
version = "2.19.0"
version = "2.20.0"
maintainers = [
{ name = "Hans Dembinski" },
{ email = "[email protected]" },
Expand Down

0 comments on commit fd905d2

Please sign in to comment.