Skip to content

Commit

Permalink
feat: Release 3.0.4 (#1408)
Browse files Browse the repository at this point in the history
* Fix #1377

* Bump version

* Complete Spanish locale

* Update CHANGELOG.rst
  • Loading branch information
fsbraun authored Aug 4, 2023
1 parent b8505d3 commit 16fcdec
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 112 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
CHANGELOG
=========

unreleased
==========
3.0.4 (2023-08-04)
==================

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

3.0.3 (2023-07-21)
==================
Expand Down
4 changes: 1 addition & 3 deletions filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.0.3'

default_app_config = 'filer.apps.FilerConfig'
__version__ = '3.0.4'
Binary file modified filer/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 16fcdec

Please sign in to comment.