From a23eb5eca918c967ce97f1a365a230076ce41759 Mon Sep 17 00:00:00 2001 From: Alvaro Mariano Date: Wed, 31 May 2023 09:08:34 -0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- notifications/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9874ed2d..021b2ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.8.1 +## 1.8.2 - Added the migration for verbose_name changes diff --git a/notifications/__init__.py b/notifications/__init__.py index 609903fc..cdf835e2 100644 --- a/notifications/__init__.py +++ b/notifications/__init__.py @@ -8,6 +8,6 @@ """ # PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN] -__version__ = '1.8.1' +__version__ = '1.8.2' default_app_config = 'notifications.apps.Config' # pylint: disable=invalid-name