From d387f6ade9adaddb09d67b0998461302bb259d19 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Thu, 17 Sep 2020 08:40:06 +0530 Subject: [PATCH] 0.2.0 release --- CHANGES.rst | 16 ++++++++++++++++ openwisp_notifications/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 57df030b..077887dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +Version 0.2.0 [2020-09-17] +-------------------------- + +Features +~~~~~~~~ + +- Added support for Django 3.1 +- Added possibility of `silencing notifications for specific objects \ + temporarily or permanently `_ + +Bugfixes +~~~~~~~~ + +- Resolved accessibility issues with the notification widget: + all clickable items are now browsable with the keyboard as well + Version 0.1.0 [2020-09-02] -------------------------- diff --git a/openwisp_notifications/__init__.py b/openwisp_notifications/__init__.py index fb706eba..e8250e4e 100644 --- a/openwisp_notifications/__init__.py +++ b/openwisp_notifications/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, 'final') +VERSION = (0, 2, 0, 'final') __version__ = VERSION # alias