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.4.2
7
+ =====
8
+
9
+ * Fix finder bug. Thanks to Quentin Pradet, Remi and Sam Kuehn for the report
10
+ * Update finders documentation. Thanks to Thomas Schreiber, Grégoire Astruc and Tobias Birmili for the report.
11
+
6
12
1.4.1
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.4'
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '1.4.1 '
54
+ release = '1.4.2 '
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 6
6
7
7
setup (
8
8
name = 'django-pipeline' ,
9
- version = '1.4.1 ' ,
9
+ version = '1.4.2 ' ,
10
10
description = 'Pipeline is an asset packaging library for Django.' ,
11
11
long_description = io .open ('README.rst' , encoding = 'utf-8' ).read () + '\n \n ' +
12
12
io .open ('HISTORY.rst' , encoding = 'utf-8' ).read (),
You can’t perform that action at this time.
0 commit comments