Skip to content

Commit

Permalink
ci: Prepare release 3.0.0rc2 (#1370)
Browse files Browse the repository at this point in the history
* ci: bump version

* Update CHANGELOG.rst
  • Loading branch information
fsbraun committed Jun 27, 2023
1 parent 825e967 commit 963a875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGELOG
=========

3.0.0rc1
3.0.0rc2
==================

* Add validation framework to prevent XSS attacks using HTML or SVG files (see docs)
Expand All @@ -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
* 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.0rc1'
__version__ = '3.0.0rc2'

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit 963a875

Please sign in to comment.