diff --git a/README.rst b/README.rst index ecc285f4..c2b43c4a 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ The FileBrowser is an extension to the `Django `_ Requirements ------------ -FileBrowser 4.0.3 requires +FileBrowser 4.0.4 requires * Django 4.0 (http://www.djangoproject.com) * Grappelli 3.0 (https://github.com/sehmaschine/django-grappelli) diff --git a/docs/conf.py b/docs/conf.py index c9fbffcd..d0bb1f5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '4.0.3' +version = '4.0.4' # The full version, including alpha/beta/rc tags. -release = '4.0.3' +release = '4.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/filebrowser/__init__.py b/filebrowser/__init__.py index ad53acbb..771faf86 100644 --- a/filebrowser/__init__.py +++ b/filebrowser/__init__.py @@ -1 +1 @@ -VERSION = '4.0.3' +VERSION = '4.0.4' diff --git a/setup.py b/setup.py index e79587cc..6bbc9bde 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name='django-filebrowser', - version='4.0.3', + version='4.0.4', description='Media-Management with Grappelli', long_description=read('README.rst'), url='http://django-filebrowser.readthedocs.org',