Skip to content

Commit

Permalink
Version updated to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Oct 28, 2014
1 parent a0d6ea1 commit b123570
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
================================================================================
SPy 0.16.1
================================================================================
Release date: 2014.10.18

Bug_Fix release.

Bug Fixes
---------

* [Issue #18] Missing import statements for pixel iterators.

================================================================================
SPy 0.16.0
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion spectral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from __future__ import division, print_function, unicode_literals

__version__ = '0.16.1-dev1'
__version__ = '0.16.1'

import sys
if sys.byteorder == 'little':
Expand Down

0 comments on commit b123570

Please sign in to comment.