From e171b112e84fa8415a5aa40a763372cc7d3fce5d Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Fri, 22 Oct 2021 14:44:06 -0400 Subject: [PATCH] chore: bump notices version to v0.8.2 (#26) - update notices version for Python requirements update --- CHANGELOG.rst | 4 ++++ notices/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63990df..84a040a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[0.8.2] - 2021-10-21 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Update requirements + [0.8.1] - 2021-10-21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Add ability to reshow notice after a snooze period via setting diff --git a/notices/__init__.py b/notices/__init__.py index 3be02bf..479b7a8 100644 --- a/notices/__init__.py +++ b/notices/__init__.py @@ -2,6 +2,6 @@ An edx-platform plugin which manages notices that must be acknowledged. """ -__version__ = "0.8.1" +__version__ = "0.8.2" default_app_config = "notices.apps.NoticesConfig" # pylint: disable=invalid-name