Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smacker committed Jul 18, 2023
1 parent 2b84274 commit 9a64948
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -63,7 +63,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------

* FileBrowser 4.0.1 (March 2nd, 2022): Compatible with Django 3/4
* FileBrowser 4.0.2 (July 18th, 2023): Compatible with Django 3/4
* FileBrowser 3.8.0 (November 4th, 2019): Compatible with Django 1.11/2.0/2.1/2.2/3.0
* FileBrowser 3.7.9 (November 3rd, 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1/2.2
* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Expand Up @@ -8,6 +8,11 @@
Changelog
=========

4.0.2 (July 18th, 2023)
---------------------------

* Address Pillow 10 incompatibility. #80 Thanks to @christianwgd.

4.0.1 (Match 2nd, 2022)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion filebrowser/__init__.py
@@ -1 +1 @@
VERSION = '4.0.1'
VERSION = '4.0.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='django-filebrowser-no-grappelli',
version='4.0.1',
version='4.0.2',
description='Media-Management no Grappelli',
long_description=read('README.rst'),
url='https://github.com/smacker/django-filebrowser-no-grappelli',
Expand Down

0 comments on commit 9a64948

Please sign in to comment.