Skip to content

Commit

Permalink
Updating version to 1.0.12 and .travis.yml to include Python 3.6 (rel…
Browse files Browse the repository at this point in the history
…ease) and Pillow 4.0.0
  • Loading branch information
jaddison committed Jan 28, 2017
1 parent 21f067c commit e8d38b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion piexif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from ._exeptions import *


VERSION = '1.0.11'
VERSION = '1.0.12'

0 comments on commit e8d38b5

Please sign in to comment.