Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Aug 3, 2023
1 parent 8afba10 commit ee1453d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.4.0 (2023-08-03)
++++++++++++++++++

* Added compatibility with Django 4.2
* Drop support for Django<3.2

0.3.0 (2019-03-23)
++++++++++++++++++

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ A django-filer based CKEditor filebrowser
Supported versions
==================

Python: 2.7, 3.5, 3.6, 2.7
Python: 3.7 to 3.11

Django: 1.11 to 2.1
Django: 3.2 to 4.2

django-filer: 1.2 and above
django-filer: 2.0 and above

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion ckeditor_filebrowser_filer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit ee1453d

Please sign in to comment.