diff --git a/HISTORY.rst b/HISTORY.rst index 3b2d6d6..5c0ae4e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,13 +3,14 @@ History ------- -0.4.0 (unreleased) +0.4.0 (2019-08-22) ++++++++++++++++++ * Add compatibility with Django 2.2 * Drop compatibility with Django < 1.11 * Drop compatibility with django CMS < 3.6 * Move to django-app-helper +* Add subpath matching 0.3.1 (2019-07-13) ++++++++++++++++++ diff --git a/djangocms_redirect/__init__.py b/djangocms_redirect/__init__.py index f437602..d0e29c9 100644 --- a/djangocms_redirect/__init__.py +++ b/djangocms_redirect/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import absolute_import, print_function, unicode_literals -__version__ = '0.3.2.dev1' +__version__ = '0.4.0'