Skip to content

Commit 01c9f35

Browse files
authored
Merge branch 'django-cms:master' into master
2 parents 32770ea + d473d20 commit 01c9f35

File tree

5 files changed

+83
-113
lines changed

5 files changed

+83
-113
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# args: [--target-version, "2.2"]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 6.0.0
24+
rev: 6.1.0
2525
hooks:
2626
- id: flake8
2727

CHANGELOG.rst

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

5-
unreleased
6-
==========
5+
3.0.4 (2023-08-04)
6+
==================
77

88
* Fix bug when submitting permission admin form
99
* Fix folder select field css of permission admin form
1010
* Fix requirements (Django>=3.2) in setup.py and docs
11-
* Update Dutch and French locale
11+
* Update Dutch, Spanish and French locale
1212

1313
3.0.3 (2023-07-21)
1414
==================

filer/__init__.py

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

16-
__version__ = '3.0.3'
17-
18-
default_app_config = 'filer.apps.FilerConfig'
16+
__version__ = '3.0.4'
2.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)