Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smacker committed Feb 2, 2022
1 parent 2d46360 commit 310e027
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The FileBrowser is an extension to the `Django <http://www.djangoproject.com>`_
Requirements
------------

FileBrowser 3.8 requires
FileBrowser 4.0 requires

* Django 1.11/2.2/3.0 (http://www.djangoproject.com)
* Django 2/3/4 (http://www.djangoproject.com)
* Pillow (https://github.com/python-imaging/Pillow)

No Grappelli
Expand Down Expand Up @@ -63,6 +63,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------

* FileBrowser 4.0.0 (February 2nd, 2022): 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
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Changelog
=========

4.0.0 (February 2nd, 2022)
---------------------------

* Django 4.0 support, drop Django <3. Thanks to @pulse-mind.
* Support for TinyMCE v5. Thanks to @rmaceissoft.
* Dropbox storage support. Thanks to @rmaceissoft.

3.8.0 (Novermber 4th, 2019)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion filebrowser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.8.0'
VERSION = '4.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='django-filebrowser-no-grappelli',
version='3.8.0',
version='4.0.0',
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 310e027

Please sign in to comment.