File tree Expand file tree Collapse file tree 3 files changed +7
-51
lines changed Expand file tree Collapse file tree 3 files changed +7
-51
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
6
- 1.4.7
6
+ 1.5.0
7
7
=====
8
8
9
- * Rename 6to5 settings to match the new name: "babel".
10
- * Improve upgrade instructions. Thanks to Collin Stedman.
11
- * Make compiler work with storage not implementing path. Thanks to Brad Pitcher.
12
-
13
- 1.4.6
14
- =====
15
-
16
- * Improve LESS adapter compatibility. Thanks to Wictor Olseryd.
17
- * Fix ``PipelineFinder `` behavior. Thanks to Aleksey Porfirov.
18
- * Small tests and code improvements.
19
-
20
- 1.4.5
21
- =====
22
-
23
- * Add ES6/6to5 compiler.
24
- * Fix URL rewriter quote handling. Thanks to Josh Braegger.
25
- * Improve ``FileSystemFinder ``. Thanks to Jon Dufresne.
26
-
27
- 1.4.4.1
28
- =======
29
-
30
- * Remove ruby sass implementation specifics.
31
- * Remove artefacts in package.
32
-
33
- 1.4.3
34
- =====
35
-
36
- * Remove tempdir storage location. Thanks to Kristian Glass.
37
- * Make the SASS compiler compatible with more non-ruby SASS. Thanks to Corrado Primier.
38
-
39
- 1.4.2
40
- =====
41
-
42
- * Fix finder bug. Thanks to Quentin Pradet, Remi and Sam Kuehn for the report
43
- * Update finders documentation. Thanks to Thomas Schreiber, Grégoire Astruc and Tobias Birmili for the report.
44
-
45
- 1.4.1
46
- =====
47
-
48
- * Fix storage logic. Thanks to Quentin Pradet for the report.
49
-
50
- 1.4.0
51
- =====
52
-
53
- * **BACKWARD INCOMPATIBLE ** : Renamed templatetags library from ``compressed `` to ``pipeline ``.
54
- * **BACKWARD INCOMPATIBLE ** : Renamed templatetag ``compressed_js `` to ``javascript ``.
55
- * **BACKWARD INCOMPATIBLE ** : Renamed templatetag ``compressed_css `` to ``stylesheet ``.
9
+ * Add full support for Django 1.8.
10
+ * Drop support for Django 1.6.
11
+ * Drop support for Python 2.6.
Original file line number Diff line number Diff line change 49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = '1.4 '
52
+ version = '1.5 '
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '1.4.7 '
54
+ release = '1.5.0 '
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.7 ' ,
9
+ version = '1.5.0 ' ,
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