diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7e675d8..faacaf1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ Next version - Tweaked the tree changelist background stripes to also show some of the hierarchy. +- Replaced the unicode icons with material icons, they work everywhere. +- Fixed the width of icons in plugin inlines. 5.0 (2024-06-03) diff --git a/feincms3/__init__.py b/feincms3/__init__.py index 2fe5fde..3a223dd 100644 --- a/feincms3/__init__.py +++ b/feincms3/__init__.py @@ -1 +1 @@ -__version__ = "5.0.1" +__version__ = "5.0.2"