Skip to content

Commit

Permalink
Bump version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
agschwender committed Jul 16, 2016
1 parent a0d1ec8 commit dab2720
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@
* 1.1.7: Support adapt resize mode
* 1.1.8: Add preserve Exif flag
* 1.1.9: Increase Pillow version to 2.8.1
* 1.1.10: Add ca_certs option
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ To see a list of all available options, run
--allowed_hosts list of allowed hosts (default [])
--allowed_operations list of allowed operations (default [])
--background default hexadecimal bg color (RGB or ARGB)
--ca_certs filename of CA certificates in PEM format,
or None to use defaults
--ca_certs filename of CA certificates in PEM format
--client_key client key
--client_name client name
--config path to configuration file
Expand Down Expand Up @@ -609,6 +608,7 @@ Changelog
- 1.1.7: Support adapt resize mode
- 1.1.8: Add preserve Exif flag
- 1.1.9: Increase Pillow version to 2.8.1
- 1.1.10: Add ca_certs option

TODO
====
Expand Down
1 change: 1 addition & 0 deletions pilbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
* 1.1.7: Support adapt resize mode
* 1.1.8: Add preserve Exif flag
* 1.1.9: Increase Pillow version to 2.8.1
* 1.1.10: Add ca_certs option
"""

# 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.9',
version='1.1.10',
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 dab2720

Please sign in to comment.