From bb42f850eda449920787e07f8fa257bfdf35eb45 Mon Sep 17 00:00:00 2001 From: Brant Young Date: Wed, 7 May 2014 10:55:36 +0800 Subject: [PATCH] Release 0.6.2 --- CHANGELOG.rst | 10 ++++++++++ notifications/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 }