Skip to content

Commit

Permalink
pushed dev version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Jul 27, 2023
1 parent db343bb commit 5262876
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The FileBrowser is an extension to the `Django <http://www.djangoproject.com>`_
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)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion filebrowser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '4.0.3'
VERSION = '4.0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5262876

Please sign in to comment.