Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smacker committed May 28, 2017
1 parent ff13219 commit e0000f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------

* FileBrowser 3.7.0 (Febrary 11th, 2017): Compatible with Django 1.8/1.9/1.10
* FileBrowser 3.7.1 (May 28th, 2017): Compatible with Django 1.8/1.9/1.10/1.11
* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9

Older versions are available at GitHub, but are not supported anymore.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Changelog
=========

3.7.1 (May 28th, 2017)
------------------------

* New: Compatibility with Django 1.11
* Folders being listed as selectable and 'format' not working correctly. (#29)
* UI improvements

3.7.0 (Febrary 11th, 2017)
------------------------

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

setup(
name='django-filebrowser-no-grappelli',
version='3.7.0',
version='3.7.1',
description='Media-Management no Grappelli',
long_description=read('README.rst'),
url='https://github.com/smacker/django-filebrowser-no-grappelli',
Expand Down

0 comments on commit e0000f0

Please sign in to comment.