diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e59eab..62b9830 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------ diff --git a/notifications/__init__.py b/notifications/__init__.py index 88a7d98..3569987 100644 --- a/notifications/__init__.py +++ b/notifications/__init__.py @@ -12,7 +12,7 @@ except ImportError: __version_info__ = { 'major': 0, 'minor': 6, - 'micro': 1, + 'micro': 2, 'releaselevel': 'final', 'serial': 0 }