mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Release 0.6.2
This commit is contained in:
parent
03a7658d3e
commit
bb42f850ed
2 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
------
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ except ImportError:
|
|||
__version_info__ = {
|
||||
'major': 0,
|
||||
'minor': 6,
|
||||
'micro': 1,
|
||||
'micro': 2,
|
||||
'releaselevel': 'final',
|
||||
'serial': 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue