Skip to content

Commit 1e41882

Browse files
committed
bump version
1 parent 261a456 commit 1e41882

File tree

3 files changed

+7
-51
lines changed

3 files changed

+7
-51
lines changed

HISTORY.rst

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,9 @@
33
History
44
=======
55

6-
1.4.7
6+
1.5.0
77
=====
88

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.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '1.4'
52+
version = '1.5'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.4.7'
54+
release = '1.5.0'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-pipeline',
9-
version='1.4.7',
9+
version='1.5.0',
1010
description='Pipeline is an asset packaging library for Django.',
1111
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1212
io.open('HISTORY.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)