Skip to content

Commit

Permalink
Bump version to 1.1.11
Browse files Browse the repository at this point in the history
Support for TIFF file types
  • Loading branch information
agschwender committed Jul 16, 2016
1 parent d25c9a6 commit e9d0c11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
* 1.1.8: Add preserve Exif flag
* 1.1.9: Increase Pillow version to 2.8.1
* 1.1.10: Add ca_certs option
* 1.1.11: Added support for TIFF
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ General Parameters
- *jpeg*: Save as JPEG
- *png*: Save as PNG
- *webp*: Save as WebP
- *tiff*: Save as TIFF

- *opt*: The output should be optimized, only relevant to JPEGs and PNGs
- *exif*: Keep original `Exif <http://en.wikipedia.org/wiki/Exchangeable_image_file_format>`_
Expand Down Expand Up @@ -609,6 +610,7 @@ Changelog
- 1.1.8: Add preserve Exif flag
- 1.1.9: Increase Pillow version to 2.8.1
- 1.1.10: Add ca_certs option
- 1.1.11: Added support for TIFF

TODO
====
Expand Down
1 change: 1 addition & 0 deletions pilbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
* 1.1.8: Add preserve Exif flag
* 1.1.9: Increase Pillow version to 2.8.1
* 1.1.10: Add ca_certs option
* 1.1.11: Added support for TIFF
"""

# human-readable version number
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):


setup(name='pilbox',
version='1.1.10',
version='1.1.11',
description='Pilbox is an image processing application server built on the Tornado web framework using the Pillow Imaging Library',
long_description=readme,
classifiers=[
Expand Down

0 comments on commit e9d0c11

Please sign in to comment.