Skip to content

Commit 58b017d

Browse files
authored
chore: Prepare release 3.3.1 (#1512)
* chore: Prepare release 3.3.1 * Update __init__.py
1 parent 91a382d commit 58b017d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

5+
3.3.1 (2024-12-07)
6+
==================
7+
8+
* fix: editing buttons missing in admin when file present by @pajowu in https://github.com/django-cms/django-filer/pull/1511
9+
* fix: incompatibility with djangocms-versioning-filer 1.3 was fixed by @fscherf in https://github.com/django-cms/django-filer/pull/1509
10+
11+
**New Contributors**
12+
13+
* @pajowu made their first contribution in https://github.com/django-cms/django-filer/pull/1511
14+
* @fscherf made their first contribution in https://github.com/django-cms/django-filer/pull/1509
15+
516
3.3.0 (2024-11-19)
617
==================
718

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.3.0'
16+
__version__ = '3.3.1'

0 commit comments

Comments
 (0)