File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
6
+ 1.5.4
7
+ =====
8
+
9
+ * Stop returning gzipped file when using GZIPMixin.
10
+ * Fix jinja templates packaging.
11
+
6
12
1.5.3
7
13
=====
8
14
Original file line number Diff line number Diff line change 51
51
# The short X.Y version.
52
52
version = '1.5'
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '1.5.3 '
54
+ release = '1.5.4 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-pipeline' ,
13
- version = '1.5.3 ' ,
13
+ version = '1.5.4 ' ,
14
14
description = 'Pipeline is an asset packaging library for Django.' ,
15
15
long_description = io .open ('README.rst' , encoding = 'utf-8' ).read () + '\n \n ' +
16
16
io .open ('HISTORY.rst' , encoding = 'utf-8' ).read (),
You can’t perform that action at this time.
0 commit comments