diff --git a/doc/changelog.rst b/doc/changelog.rst index 3849ec74..037b01b8 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,6 +5,12 @@ Changelog ========= +2.20.0 (February 13, 2023) +-------------------------- +- Fix coverage, typing, template for 2d models (`#836 `_) +- Template mix (`#835 `_) +- Docs: use 'req@url' syntax to install from remote vcs (`#834 `_) + 2.19.0 (February 10, 2023) -------------------------- - Remove setup.cfg (`#833 `_) diff --git a/pyproject.toml b/pyproject.toml index b8a394c7..137e2d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "hans.dembinski@gmail.com" },