Skip to content

Commit adf27ca

Browse files
committed
updated dev–version to 3.5.3
1 parent 71cd35e commit adf27ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '3.5.2'
51+
version = '3.5.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.5.2'
53+
release = '3.5.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Django FileBrowser Documentation
1010

1111
**Media-Management with Grappelli**.
1212

13-
This documentation covers version 3.5.2 of the |filebrowser|.
13+
This documentation covers version 3.5.3 of the |filebrowser|.
1414

1515
.. note::
1616
|filebrowser| |version| requires Django 1.4/1.5 and |grappelli| 2.4. |filebrowser| is always developed against the lastest stable Django release and is NOT tested with Djangos trunk.

filebrowser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.5.2'
1+
VERSION = '3.5.3'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setup(
88
name='django-filebrowser',
9-
version='3.5.2',
9+
version='3.5.3',
1010
description='Media-Management with Grappelli',
1111
long_description = read('README.rst'),
1212
author='Patrick Kranzlmueller, Axel Swoboda, Vaclav Mikolasek (vonautomatisch)',

0 commit comments

Comments
 (0)