We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f6aaa commit dbeda3aCopy full SHA for dbeda3a
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
CHANGELOG
3
=========
4
5
+3.0.6 (2023-09-08)
6
+==================
7
+
8
+* Re-add alphabetical sorting as default (fixes #1415) by @filipweidemann in https://github.com/django-cms/django-filer/pull/1416
9
+* fix: django-storage 1.14 complains about files being opened twice when copying by @fsbraun in https://github.com/django-cms/django-filer/pull/1418
10
11
3.0.5 (2023-08-22)
12
==================
13
filer/__init__.py
@@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
14
"""
15
16
-__version__ = '3.0.5'
+__version__ = '3.0.6'
0 commit comments