From f87707bbbc301dba3325343e2f2f18070bf5b4cd Mon Sep 17 00:00:00 2001 From: Josh Yu Date: Thu, 7 Nov 2024 14:53:10 +0800 Subject: [PATCH] Bump version to 2.0.2 --- CHANGELOG.rst | 4 ++++ djangocms_alias/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fee4f117..6d30c1ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,10 @@ Changelog Unreleased ========== + + +2.0.2 (2024-11-07) +================== * fix: `get_absolute_url` method not found while creating new alias and category from wizard button. * feat: Added search capability in AliasContent admin (migrate the 4.0.x feature from PR #236) diff --git a/djangocms_alias/__init__.py b/djangocms_alias/__init__.py index 159d48b8..0309ae29 100644 --- a/djangocms_alias/__init__.py +++ b/djangocms_alias/__init__.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.0.2"