We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a513b48 commit fa24c15Copy full SHA for fa24c15
3 files changed
README.rst
@@ -129,6 +129,10 @@ To run tests::
129
Changelog
130
=========
131
132
+Version 0.3.2
133
+-------------
134
+* Fixed another bug in `fetch_thumbnails()` bug. Thanks @marsha97!
135
+
136
Version 0.3.1
137
-------------
138
* Fixed `fetch_thumbnails()` bug. Thanks @marsha97!
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='django-thumbnails',
6
- version='0.3.1',
+ version='0.3.2',
7
author='Selwin Ong',
8
author_email='selwin.ong@gmail.com',
9
packages=['thumbnails'],
thumbnails/__init__.py
@@ -1 +1 @@
1
-VERSION = (0, 3, 1)
+VERSION = (0, 3, 2)
0 commit comments