forked from spectralpython/spectral
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
# Spectral Python (SPy) package change log | ||
############################################################################## | ||
|
||
2014-02-23 tboggs <[email protected]> | ||
|
||
Updated version to 0.14. | ||
|
||
2014-02-21 tboggs <[email protected]> | ||
|
||
If available, use Pillow module instead of PIL. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
# Thomas Boggs, [email protected] | ||
# | ||
|
||
__version__ = '0.13' | ||
__version__ = '0.14' | ||
|
||
import sys | ||
if sys.byteorder == 'little': | ||
|