From e0ecf59cf7e392ec7b377bf35381133ec0281105 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Thu, 16 May 2019 21:39:46 +0200 Subject: [PATCH] bumping up version number --- doc/changelog.rst | 6 +++++- iminuit/info.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index d8a538911..46e40952e 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,13 +5,17 @@ Changelog ========= -1.3.4 (May 16, 2019) +1.3.5 (May 16, 2019) -------------------- - fix for broken display of Jupyter notebooks on Github when iminuit output is shown - replaced brittle and broken REPL diplay system with standard _repr_html_ and friends - support for pypy-3.5 - doc improvements +1.3.4 (May 16, 2019) +-------------------- +- incomplete release, use 1.3.4 instead + 1.3.3 (August 13, 2018) ----------------------- - fix for broken table layout in print_param() and print_matrix() diff --git a/iminuit/info.py b/iminuit/info.py index ac422f13a..5b8f37aa4 100644 --- a/iminuit/info.py +++ b/iminuit/info.py @@ -1 +1 @@ -__version__ = '1.3.4' +__version__ = '1.3.5' diff --git a/setup.py b/setup.py index 0989ff616..c09cc7e3c 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def get_version(): setup( name='iminuit', version=__version__, - description='MINUIT from Python - Fitting like a boss', + description='MINUIT2 from Python - Fitting like a boss', long_description=long_description, author='Piti Ongmongkolkul and others', maintainer='Hans Dembinski',