Release 0.6.2

This commit is contained in:
Brant Young 2014-05-07 10:55:36 +08:00
parent 03a7658d3e
commit bb42f850ed
2 changed files with 11 additions and 1 deletions

View file

@ -1,10 +1,20 @@
Changelog
==========
0.6.2
------
- Fix README.rst reStructuredText syntax format
- Use relative imports
- Add contributors to AUTHORS.txt
0.6.1
------
- Add support for custom user model
- mark_as_unread
- Require django-model-utils >= 2.0.3
- Use different `now` function according to the `USE_TZ` setting
0.6.0
------

View file

@ -12,7 +12,7 @@ except ImportError:
__version_info__ = {
'major': 0,
'minor': 6,
'micro': 1,
'micro': 2,
'releaselevel': 'final',
'serial': 0
}