Bump version to 1.0.4

This commit is contained in:
Bradley Ayers 2015-05-10 09:09:55 +10:00
parent 31743f19a2
commit 4cc22c9d4c
2 changed files with 6 additions and 1 deletions

View File

@ -65,6 +65,11 @@ Publishing a release
Change log
==========
v1.0.4
------
- Fix bug in retrieving `field.verbose_name` under Django 1.8.
v1.0.3
------

View File

@ -12,4 +12,4 @@ except ImportError:
pass
__version__ = "1.0.3"
__version__ = "1.0.4"