Bump to v0.16.0

This commit is contained in:
Bradley Ayers 2015-04-07 20:53:14 +10:00
parent f378c8c197
commit f46bbc241b
2 changed files with 9 additions and 1 deletions

View File

@ -69,8 +69,16 @@ globally, use::
Change log
==========
v0.16.0
-------
- Django 1.8 fixes
- `BoundColumn.verbose_name` now titlises only if no verbose_name was given.
``verbose_name`` is used verbatim.
- Add max_length attribute to person CharField
- Add Swedish translation
- Update docs presentation on readthedocs
v0.15.0
-------

View File

@ -12,4 +12,4 @@ except ImportError:
pass
__version__ = "0.16.0.dev"
__version__ = "0.16.0"