Skip to content

Commit 963a875

Browse files
authored
ci: Prepare release 3.0.0rc2 (#1370)
* ci: bump version * Update CHANGELOG.rst
1 parent 825e967 commit 963a875

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
3.0.0rc1
5+
3.0.0rc2
66
==================
77

88
* Add validation framework to prevent XSS attacks using HTML or SVG files (see docs)
@@ -14,6 +14,7 @@ CHANGELOG
1414
* Add thumbnail view for faster visual management of image libraries
1515
* Fix File.objects.only() query required for deleting user who own files.
1616
* Fix several CSS quirks
17+
* Remove unused css from delete confirmation view and move file view
1718

1819
2.2.5 (2023-06-11)
1920
==================

filer/__init__.py

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

16-
__version__ = '3.0.0rc1'
16+
__version__ = '3.0.0rc2'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

0 commit comments

Comments
 (0)