From 5759dd5c60273aa28b796c06f870caa43eda45ad Mon Sep 17 00:00:00 2001 From: Emanuele Di Giacomo Date: Thu, 15 Jun 2023 11:12:46 +0200 Subject: [PATCH] v0.60 --- CHANGELOG.md | 3 ++- statusboard_notify/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c626ea0..2997b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## devel +## 0.6.0 - Added Django 4.2 support +- RemovedInDjango40Warning: use `gettext_lazy` instead of `ugettext_lazy` ## 0.5.0 diff --git a/statusboard_notify/__init__.py b/statusboard_notify/__init__.py index 580742b..540c67a 100644 --- a/statusboard_notify/__init__.py +++ b/statusboard_notify/__init__.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "0.5.0" +__version__ = "0.6.0" __author__ = "Emanuele Di Giacomo " __copyright__ = "Copyright (C) 2021 Emanuele Di Giacomo" __license__ = "GPLv2+"