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 33 History
44=======
55
6+ 1.5.4
7+ =====
8+
9+ * Stop returning gzipped file when using GZIPMixin.
10+ * Fix jinja templates packaging.
11+
6121.5.3
713=====
814
Original file line number Diff line number Diff line change 5151# The short X.Y version.
5252version = '1.5'
5353# The full version, including alpha/beta/rc tags.
54- release = '1.5.3 '
54+ release = '1.5.4 '
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'django-pipeline' ,
13- version = '1.5.3 ' ,
13+ version = '1.5.4 ' ,
1414 description = 'Pipeline is an asset packaging library for Django.' ,
1515 long_description = io .open ('README.rst' , encoding = 'utf-8' ).read () + '\n \n ' +
1616 io .open ('HISTORY.rst' , encoding = 'utf-8' ).read (),
You can’t perform that action at this time.
0 commit comments