Skip to content

Commit

Permalink
Prepare 5.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Aug 2, 2022
1 parent a07090e commit e80fb39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e80fb39

Please sign in to comment.