From dab27202da52771febd5fea1d8f75aa8b187ac10 Mon Sep 17 00:00:00 2001 From: Adam Gschwender Date: Sat, 16 Jul 2016 17:37:14 -0400 Subject: [PATCH] Bump version to 1.1.10 --- CHANGES.txt | 1 + README.rst | 4 ++-- pilbox/__init__.py | 1 + setup.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 611e720..bc397be 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/README.rst b/README.rst index 5ef0bf8..420721c 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 ==== diff --git a/pilbox/__init__.py b/pilbox/__init__.py index d837a95..1befac7 100644 --- a/pilbox/__init__.py +++ b/pilbox/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 70d07fc..9df46b4 100644 --- a/setup.py +++ b/setup.py @@ -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=[