Skip to content

Commit

Permalink
[NEW] Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Feb 25, 2021
1 parent b54fff3 commit ee3fd78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion zinnia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Zinnia"""
__version__ = '0.20.1'
__version__ = '0.21.0'
__license__ = 'BSD License'

__author__ = 'Emencia',
Expand Down

0 comments on commit ee3fd78

Please sign in to comment.