Skip to content

Commit ae29a90

Browse files
committed
3.7.8
1 parent 3f1d0e3 commit ae29a90

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
6363
Releases
6464
--------
6565

66-
* FileBrowser 3.7.7 (February 2st, 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1
66+
* FileBrowser 3.7.8 (March 25th, 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1
6767
* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9
6868

6969
Older versions are available at GitHub, but are not supported anymore.

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
Changelog
99
=========
1010

11+
3.7.8 (Match 25th, 2019)
12+
------------------------
13+
14+
* Fix Chinese locale language code to match the one in Django 1.9+
15+
1116
3.7.7 (February 2nd, 2019)
1217
------------------------
1318

filebrowser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.7.7'
1+
VERSION = '3.7.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name='django-filebrowser-no-grappelli',
10-
version='3.7.7',
10+
version='3.7.8',
1111
description='Media-Management no Grappelli',
1212
long_description=read('README.rst'),
1313
url='https://github.com/smacker/django-filebrowser-no-grappelli',

0 commit comments

Comments
 (0)