diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7559414..525d442 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Release 5.3.2 +------------- + +* Fixed some issues with new versions of Python and PyQt5 (#16) and other maintenance (#17). + Release 5.3.1 ------------- diff --git a/iris/__init__.py b/iris/__init__.py index 26508e8..341a60c 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -2,7 +2,7 @@ __author__ = "Laurent P. René de Cotret" __email__ = "laurent.renedecotret@mail.mcgill.ca" __license__ = "GPLv3" -__version__ = "5.3.1" +__version__ = "5.3.2" from .raw import AbstractRawDataset, check_raw_bounds, open_raw from .dataset import DiffractionDataset, MigrationWarning, MigrationError