Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Scondo committed Feb 19, 2016
1 parent 72f7628 commit 0a64bdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,9 @@ but few things are changed:

## RELEASE NOTES
(For issues see https://github.com/scondo/purepng/issues?state=open )
### PurePNG 0.1.2
Fixing installation problems cause by cython/unimport

### PurePNG 0.1.1 New chunks
* Raw iCCP read/write
* cHRM and sRGB support
Expand Down
2 changes: 1 addition & 1 deletion code/png/png.py
Expand Up @@ -170,7 +170,7 @@
# On Python 3 there is no imap, but map works like imap instead
pass

__version__ = "0.1.1"
__version__ = "0.1.2"
__all__ = ['png_signature', 'Image', 'Reader', 'Writer',
'Error', 'FormatError', 'ChunkError',
'Filter', 'register_extra_filter',
Expand Down

0 comments on commit 0a64bdb

Please sign in to comment.