Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Mar 29, 2015
1 parent 9708898 commit 65867f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.0
~~~~~
- Add support for base64 encoded images as source
- Add support for colormode through setting the option ``colormode`` or the setting
``THUMBNAIL_COLORMODE``.

0.3.0
~~~~~
- Add Django templatetag ``get_thumbnail``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def _read_long_description():

setup(
name='python-thumbnails',
version='0.3.0',
version='0.4.0',
url='http://github.com/relekang/python-thumbnails',
author='Rolf Erik Lekang',
author_email='me@rolflekang.com',
Expand Down

0 comments on commit 65867f9

Please sign in to comment.