Skip to content

Commit df9e574

Browse files
committed
bump version
1 parent 63ab81c commit df9e574

File tree

3 files changed

+466
-1
lines changed

3 files changed

+466
-1
lines changed

CHANGELOG.rst

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

5+
3.4.3 (2026-01-17)
6+
==================
7+
8+
* fix: django-app-helper link in the docs by @bckohan in https://github.com/django-cms/django-filer/pull/1570
9+
* fix: infinite recursion bug on django-polymorphic >=4.9 by @bckohan in https://github.com/django-cms/django-filer/pull/1571
10+
11+
@bckohan made their first contribution in https://github.com/django-cms/django-filer/pull/1570
12+
13+
3.4.2 (2026-01-13)
14+
==================
15+
16+
* fix: invalid JS in `dropzone.init.js` by @PeterW-LWL in https://github.com/django-cms/django-filer/pull/1565
17+
* fix: Subject location only worked on Safari, incorrect subject location upscaling by @fsbraun in https://github.com/django-cms/django-filer/pull/1566
18+
19+
520
3.4.1 (2025-11-24)
621
==================
722

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.4.2'
16+
__version__ = '3.4.3'

0 commit comments

Comments
 (0)