diff --git a/PyMca5/__init__.py b/PyMca5/__init__.py index 16b2fbc95..39b719522 100644 --- a/PyMca5/__init__.py +++ b/PyMca5/__init__.py @@ -27,7 +27,7 @@ __contact__ = "sole@esrf.fr" __license__ = "MIT" __copyright__ = "European Synchrotron Radiation Facility, Grenoble, France" -__version__ = "5.4.0" +__version__ = "5.4.1" import os import sys diff --git a/changelog.txt b/changelog.txt index 0e68f5b67..8c4daa258 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,19 @@ +VERSION 5.4.1 +------------- + +- Support NeXus default attribute at any level + +- Fix problems in systems where both PyQt4 and PyQt5 are installed. + +- Fix ScanFit print + +- Fix mask visibility on monocrome colormaps. + +- Prevent problems accessing NeXus files when title is incorrectly written as an +array instead of being a string. + +- Enable multiple processes batch fitting a single HDF5 file. + VERSION 5.4.0 -------------