Skip to content

Commit

Permalink
Prepare 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Jul 2, 2017
1 parent bc77ac3 commit 6627d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.2 (2017-06-07)
- Fix "mkdirs" py2/py3 compatibility

1.0.1 (2017-06-07)
- Support for single integer size values for square thumbnails
- Fix the event someone uses the Thumbnail constructor without passing in the app
Expand Down
2 changes: 1 addition & 1 deletion flask_thumbnails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from .utils import import_from_string, generate_filename, parse_size, aspect_to_string

__version__ = '1.0.1'
__version__ = '1.0.2'


class Thumbnail(object):
Expand Down

0 comments on commit 6627d8f

Please sign in to comment.