File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
63
63
Releases
64
64
--------
65
65
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
67
67
* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9
68
68
69
69
Older versions are available at GitHub, but are not supported anymore.
Original file line number Diff line number Diff line change 8
8
Changelog
9
9
=========
10
10
11
+ 3.7.8 (Match 25th, 2019)
12
+ ------------------------
13
+
14
+ * Fix Chinese locale language code to match the one in Django 1.9+
15
+
11
16
3.7.7 (February 2nd, 2019)
12
17
------------------------
13
18
Original file line number Diff line number Diff line change 1
- VERSION = '3.7.7 '
1
+ VERSION = '3.7.8 '
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def read(fname):
7
7
8
8
setup (
9
9
name = 'django-filebrowser-no-grappelli' ,
10
- version = '3.7.7 ' ,
10
+ version = '3.7.8 ' ,
11
11
description = 'Media-Management no Grappelli' ,
12
12
long_description = read ('README.rst' ),
13
13
url = 'https://github.com/smacker/django-filebrowser-no-grappelli' ,
You can’t perform that action at this time.
0 commit comments