diff --git a/spectral/CHANGELOG.txt b/spectral/CHANGELOG.txt index 04f7ff7..b280a56 100644 --- a/spectral/CHANGELOG.txt +++ b/spectral/CHANGELOG.txt @@ -4,9 +4,12 @@ 2013-02-22 tboggs + Updated SPy version to 0.10.1. + Fixed bug introduced by SPy 0.10 that caused incorrect spectrum to be displayed when double-clicking a raster image. + * __init__.py: Updated version to 0.10.1 * graphics/rasterwindow.py (RasterWindow.left_double_click): Incorrectly had GetX() and GetY() reversed for double-click handler. diff --git a/spectral/HISTORY.txt b/spectral/HISTORY.txt index 0386549..41b10d8 100644 --- a/spectral/HISTORY.txt +++ b/spectral/HISTORY.txt @@ -4,6 +4,15 @@ # This file contains release notes for various SPy releases ################################################################################ +SPy 0.10.1 +================================================================================ +Release date: 2013.02.23 + +This is a bug-fix release that corrects the spectrum displayed when double- +clicking on a raster display. Version 0.10 introduced a bug that had the +row/column swapped, resulting in either the wrong pixel being plotted or an +exception raised. + SPy 0.10 ================================================================================ Release date: 2013.02.17 diff --git a/spectral/__init__.py b/spectral/__init__.py index 60b989d..6cadb54 100644 --- a/spectral/__init__.py +++ b/spectral/__init__.py @@ -29,7 +29,7 @@ # Thomas Boggs, tboggs@users.sourceforge.net # -__version__ = '0.10' +__version__ = '0.10.1' import sys if sys.byteorder == 'little':