diff --git a/CHANGELOG b/CHANGELOG index 9a98af6..3d78d96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,16 @@ -0.20.2 ------- +0.21.0 - 2021/02/25 +------------------- -* TODO: Migrate urls from "url" to "path"; +* Drop support for Django<3.1; +* Migrated urls from "url()" to "path()" with pattern converters; +* Use 'force_str()' instead of deprecated 'force_text()'; +* Remove 'providing_args' argument in Signals; -0.20.1 ------- -* Some fixes for Django>=3.0; +0.20.1 - 2021/02/23 +------------------- + +* Some fixes for Django>=3.0 support; Legacy ------ diff --git a/zinnia/__init__.py b/zinnia/__init__.py index 348351e..8e53436 100644 --- a/zinnia/__init__.py +++ b/zinnia/__init__.py @@ -1,5 +1,5 @@ """Zinnia""" -__version__ = '0.20.1' +__version__ = '0.21.0' __license__ = 'BSD License' __author__ = 'Emencia',