From e8d38b56cfcd1ff95a7fa0c878f9963aa3a43238 Mon Sep 17 00:00:00 2001 From: James Addison Date: Sat, 28 Jan 2017 10:58:42 -0800 Subject: [PATCH] Updating version to 1.0.12 and .travis.yml to include Python 3.6 (release) and Pillow 4.0.0 --- .travis.yml | 4 ++-- piexif/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89abb58..88a299b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ python: - 3.3 - 3.4 - 3.5 - - 3.6-dev + - 3.6 install: - - pip install pillow==2.9.0 + - pip install pillow==4.0.0 - pip install coveralls script: diff --git a/piexif/__init__.py b/piexif/__init__.py index 8c57b30..46133d2 100644 --- a/piexif/__init__.py +++ b/piexif/__init__.py @@ -7,4 +7,4 @@ from ._exeptions import * -VERSION = '1.0.11' +VERSION = '1.0.12'