Skip to content

Commit

Permalink
bumping up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 16, 2019
1 parent d34d337 commit e0ecf59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion iminuit/info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.4'
__version__ = '1.3.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e0ecf59

Please sign in to comment.