Skip to content

Commit

Permalink
Update for release 2.0.4 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood authored Jul 16, 2024
1 parent 20afa00 commit cd7f282
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 2.0.4 (2024-07-16)
--------------------------
Bug Fixes
* Ensure all GDAL files are closed before exit, to avoid Panasas disk array
file deletion problems.
* Exceptions from read workers in single compute worker case must also
go into the exception queue.
* Check consistency of per-image calls to methods of ApplierControls

Version 2.0.3 (2024-06-25)
--------------------------
Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion rios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Used to fill in the rest of the comparison methods
from functools import total_ordering

RIOS_VERSION = '2.0.3'
RIOS_VERSION = '2.0.4'
__version__ = RIOS_VERSION


Expand Down

0 comments on commit cd7f282

Please sign in to comment.