Version bump for convert binary fix

This commit is contained in:
Daniel Quinn 2017-01-01 22:46:29 +00:00
parent 5b53cc2139
commit 350d2fb747
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Changelog
#########
* 0.3.1
* Added a default value for ``CONVERT_BINARY``
* 0.3.0
* Updated to using django-filter 1.x
* Added some system checks so new users aren't confused by misconfigurations.

View File

@ -1 +1 @@
__version__ = (0, 3, 0)
__version__ = (0, 3, 1)