We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a7658 commit bb42f85Copy full SHA for bb42f85
CHANGELOG.rst
@@ -1,10 +1,20 @@
1
Changelog
2
==========
3
4
+0.6.2
5
+------
6
+
7
+- Fix README.rst reStructuredText syntax format
8
+- Use relative imports
9
+- Add contributors to AUTHORS.txt
10
11
0.6.1
12
------
13
14
- Add support for custom user model
15
+- mark_as_unread
16
+- Require django-model-utils >= 2.0.3
17
+- Use different `now` function according to the `USE_TZ` setting
18
19
0.6.0
20
notifications/__init__.py
@@ -12,7 +12,7 @@
__version_info__ = {
'major': 0,
'minor': 6,
- 'micro': 1,
+ 'micro': 2,
'releaselevel': 'final',
'serial': 0
}
0 commit comments