Update changelog

This commit is contained in:
Lance Edgar 2016-08-10 14:30:51 -05:00
parent c38535e4c0
commit 2b1a493706
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG
=========
0.5.18 (2016-08-10)
-------------------
* Add ``render_progress()`` method to core view class
* Add hopefully generic ``FileFieldRenderer``
0.5.17 (2016-08-09)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.5.17'
__version__ = u'0.5.18'