From 79aaae4558faf9c80292b493b36e35ff3cd28577 Mon Sep 17 00:00:00 2001 From: Adam Murray Date: Thu, 8 Sep 2022 09:27:15 +0100 Subject: [PATCH] Release 2.1.6 (#230) --- CHANGELOG.rst | 4 ++++ djangocms_moderation/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 78626741..e7c2e8a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ Changelog Unreleased ========== +2.1.6 (2022-09-07) +================== +* fix: Language max_length too short for certain language codes + 2.1.5 (2022-07-11) ================== * fix: Broken markup in the ModerationCollection changelist view, and missing attributes in the burger menu diff --git a/djangocms_moderation/__init__.py b/djangocms_moderation/__init__.py index 4cfbecb1..1e525f4c 100644 --- a/djangocms_moderation/__init__.py +++ b/djangocms_moderation/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.1.5" +__version__ = "2.1.6" default_app_config = "djangocms_moderation.apps.ModerationConfig"