diff --git a/doc/changelog.rst b/doc/changelog.rst index 16c462d51..a90f977bd 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,6 +5,13 @@ Changelog ========= +2.11.2 (March 28, 2022) +----------------------- + +Other +~~~~~ +- Fixed wording in cost function tutorial + 2.11.1 (March 27, 2022) ----------------------- diff --git a/src/iminuit/version.py b/src/iminuit/version.py index 961ca0c35..05684654a 100644 --- a/src/iminuit/version.py +++ b/src/iminuit/version.py @@ -7,7 +7,7 @@ # - Increase MAINTENANCE when fixing bugs without adding features # - During development, add suffix .devN with N >= 0 # - For release candidates, add suffix .rcN with N >= 0 -version = "2.11.1" +version = "2.11.2" # We list the corresponding ROOT version of the C++ Minuit2 library here root_version = "v6-25-01-1694-g187368db19"