Skip to content

Commit

Permalink
updated dev-version to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Nov 9, 2012
1 parent dc6d8c7 commit 32e9542
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.5.1' version = '3.5.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.5.1' release = '3.5.2'


# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Django FileBrowser Documentation


**Media-Management with Grappelli**. **Media-Management with Grappelli**.


This documentation covers version 3.5.1 of the |filebrowser|. This documentation covers version 3.5.2 of the |filebrowser|.


.. note:: .. note::
|filebrowser| |version| requires Django 1.4 and |grappelli| 2.4. |filebrowser| is always developed against the lastest stable Django release and is NOT tested with Djangos trunk. |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.


**Installation and Setup** **Installation and Setup**


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


setup( setup(
name='django-filebrowser', name='django-filebrowser',
version='3.5.1', version='3.5.2',
description='Media-Management with Grappelli', description='Media-Management with Grappelli',
long_description = read('README.rst'), long_description = read('README.rst'),
author='Patrick Kranzlmueller, Axel Swoboda, Vaclav Mikolasek (vonautomatisch)', author='Patrick Kranzlmueller, Axel Swoboda, Vaclav Mikolasek (vonautomatisch)',
Expand Down

0 comments on commit 32e9542

Please sign in to comment.