Skip to content

Commit

Permalink
corrected version number to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed May 25, 2019
1 parent d1f9b33 commit 79e0058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### v2.3.3 (2019-05-25)
#### v2.3.2 (2019-05-25)

Fixes a critical errors when saving `XeprData` to DSC files.

Expand All @@ -16,8 +16,8 @@ _Fixed:_
- Fixed a bug in `XeprData` which would save y-axis and z-axis data files with the wrong
byte-order. Ordinate data and x-axis data was not affected. Xepr expects data files to
be save with little-endian byte-order.
- Fixed a bug in `XeprData` when saving the 'PolyCof' parameter or other array data to
DSC files: The array shape would be incorrectly saved in the header (with row and
- Fixed a bug in `XeprData` when saving the 'PolyCof' parameter or other array data to
DSC files: The array shape would be incorrectly saved in the header (with row and
column numbers swapped).
- Fixed a deadlock when removing an item from the result queue.
- Fixed an issue where the job status icons might not update until the user clicks on the
Expand Down
2 changes: 1 addition & 1 deletion customxepr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__author__ = 'Sam Schott <[email protected]>'
__year__ = str(time.localtime().tm_year)
__version__ = 'v2.3.3'
__version__ = 'v2.3.2'
__url__ = 'https://customxepr.readthedocs.io'


Expand Down

0 comments on commit 79e0058

Please sign in to comment.