Skip to content

Commit dbeda3a

Browse files
authored
ci: Prepare release 3.0.6 (#1419)
* Update CHANGELOG.rst * Bump version * Update CHANGELOG.rst
1 parent 68f6aaa commit dbeda3a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

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+
511
3.0.5 (2023-08-22)
612
==================
713

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '3.0.5'
16+
__version__ = '3.0.6'

0 commit comments

Comments
 (0)