Skip to content

Commit

Permalink
ci: Prepare release 3.0.0rc3 (#1372)
Browse files Browse the repository at this point in the history
* Fix: Transifex integrations and translations

* Add: compiled locales

* Bump version

* Update breadcrumbs
  • Loading branch information
fsbraun authored Jun 29, 2023
1 parent 4733fd4 commit 46e7e28
Show file tree
Hide file tree
Showing 76 changed files with 15,370 additions and 10,557 deletions.
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
host = https://www.transifex.com

[django-filer.core]
[o:divio:p:django-filer:r:core]
file_filter = filer/locale/<lang>/LC_MESSAGES/django.po
source_file = filer/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
type = PO

1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CHANGELOG
* Add thumbnail view for faster visual management of image libraries
* Fix File.objects.only() query required for deleting user who own files.
* Fix several CSS quirks
* Fix folder widget
* Remove unused css from delete confirmation view and move file view

2.2.5 (2023-06-11)
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.0.0rc2'
__version__ = '3.0.0rc3'

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

0 comments on commit 46e7e28

Please sign in to comment.