diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8f224355..b12c8458 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Unreleased ========== + +2.0.0 (2022-01-18) +=================== * Python 3.8, 3.9 support added * Django 3.0, 3.1 and 3.2 support added * Python 3.5 and 3.6 support removed diff --git a/djangocms_moderation/__init__.py b/djangocms_moderation/__init__.py index 51479893..c5156840 100644 --- a/djangocms_moderation/__init__.py +++ b/djangocms_moderation/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.0.28" +__version__ = "2.0.0" default_app_config = "djangocms_moderation.apps.ModerationConfig"