Skip to content

Commit bb42f85

Browse files
author
Brant Young
committed
Release 0.6.2
1 parent 03a7658 commit bb42f85

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
Changelog
22
==========
33

4+
0.6.2
5+
------
6+
7+
- Fix README.rst reStructuredText syntax format
8+
- Use relative imports
9+
- Add contributors to AUTHORS.txt
10+
411
0.6.1
512
------
613

714
- 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
818

919
0.6.0
1020
------

notifications/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__version_info__ = {
1313
'major': 0,
1414
'minor': 6,
15-
'micro': 1,
15+
'micro': 2,
1616
'releaselevel': 'final',
1717
'serial': 0
1818
}

0 commit comments

Comments
 (0)