Skip to content

Commit

Permalink
BLD New version: 0.2.3
Browse files Browse the repository at this point in the history
The imread_multi bug fix was very important
  • Loading branch information
luispedro committed Jun 8, 2012
1 parent 18b48ae commit 632fefb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
Version 0.2.2+
Version 0.2.3 2012-06-08 by luispedro
* Fix imread_multi

Version 0.2.2 2012-06-05 by luispedro
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -46,8 +46,12 @@ If at all possible, include a small image as a test case.
History
~~~~~~~

Version 0.2.3 (2012-06-8)
-------------------------
- Fix imread_multi

Version 0.2.2 (2012-06-5)
--------------------------
-------------------------
- Add `formatstr` argument to imread
- Open files in binary mode on Windows (patch by Christoph Gohlke)
- Read-only support for LSM files
Expand Down
2 changes: 1 addition & 1 deletion imread/imread_version.py
@@ -1 +1 @@
__version__ = '0.2.2'
__version__ = '0.2.3'

0 comments on commit 632fefb

Please sign in to comment.