Skip to content

Commit e0ecf59

Browse files
committed
bumping up version number
1 parent d34d337 commit e0ecf59

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

doc/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
Changelog
66
=========
77

8-
1.3.4 (May 16, 2019)
8+
1.3.5 (May 16, 2019)
99
--------------------
1010
- fix for broken display of Jupyter notebooks on Github when iminuit output is shown
1111
- replaced brittle and broken REPL diplay system with standard _repr_html_ and friends
1212
- support for pypy-3.5
1313
- doc improvements
1414

15+
1.3.4 (May 16, 2019)
16+
--------------------
17+
- incomplete release, use 1.3.4 instead
18+
1519
1.3.3 (August 13, 2018)
1620
-----------------------
1721
- fix for broken table layout in print_param() and print_matrix()

iminuit/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.4'
1+
__version__ = '1.3.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_version():
131131
setup(
132132
name='iminuit',
133133
version=__version__,
134-
description='MINUIT from Python - Fitting like a boss',
134+
description='MINUIT2 from Python - Fitting like a boss',
135135
long_description=long_description,
136136
author='Piti Ongmongkolkul and others',
137137
maintainer='Hans Dembinski',

0 commit comments

Comments
 (0)