diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03035ec42..944ec9489 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ CHANGELOG ========= +3.1.3 (2025-05-17) +================== +* Fix: Folder select widget did not render correctly with standard Django admin + styles. + 3.1.2 (2025-05-17) ================== diff --git a/filer/__init__.py b/filer/__init__.py index d21131377..f324e2e66 100644 --- a/filer/__init__.py +++ b/filer/__init__.py @@ -13,4 +13,4 @@ 8. Publish the release and it will automatically release to pypi """ -__version__ = '3.1.2' +__version__ = '3.1.3'