Skip to content

Commit fa24c15

Browse files
committed
Bump version to 0.3.2
1 parent a513b48 commit fa24c15

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ To run tests::
129129
Changelog
130130
=========
131131

132+
Version 0.3.2
133+
-------------
134+
* Fixed another bug in `fetch_thumbnails()` bug. Thanks @marsha97!
135+
132136
Version 0.3.1
133137
-------------
134138
* Fixed `fetch_thumbnails()` bug. Thanks @marsha97!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-thumbnails',
6-
version='0.3.1',
6+
version='0.3.2',
77
author='Selwin Ong',
88
author_email='selwin.ong@gmail.com',
99
packages=['thumbnails'],

thumbnails/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (0, 3, 1)
1+
VERSION = (0, 3, 2)

0 commit comments

Comments
 (0)