Skip to content

Commit 5ca0598

Browse files
committed
bump version
1 parent d557527 commit 5ca0598

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

HISTORY.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
=======
55

6+
1.2.18
7+
------
8+
9+
* **BACKWARD INCOMPATIBLE** : Replace yui-compressor by yuglify, check your configuration.
10+
* Use finders in manifest. Thanks to Sjoerd Arendsen.
11+
612
1.2.17
713
------
814

@@ -48,8 +54,8 @@ History
4854
1.2.10
4955
------
5056

51-
* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel.
52-
* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher.
57+
* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel.
58+
* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher.
5359
* Some documentation improvements. Thanks to Florent Messa.
5460

5561
1.2.9
@@ -84,7 +90,7 @@ History
8490
-----
8591

8692
* Fix import error for cssmin and jsmin compressors. Thanks to Berker Peksag for the report.
87-
* Fix error with default template function. Thanks to David Charbonnier for the patch and report.
93+
* Fix error with default template function. Thanks to David Charbonnier for the patch and report.
8894

8995

9096
1.2.4
@@ -132,7 +138,7 @@ History
132138
* Added a default js template language.
133139
* Dropped ``PIPELINE_AUTO`` settings in favor of simple ``PIPELINE``.
134140
* Renamed ``absolute_asset_paths`` to ``absolute_paths`` for brevity.
135-
* Made packages lazy to avoid doing unnecessary I/O.
141+
* Made packages lazy to avoid doing unnecessary I/O.
136142
* Dropped ``external_urls`` support for now.
137143
* Add cssmin compressor. Thanks to Steven Cummings.
138144
* Jsmin is no more bundle with pipeline.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '1.2'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.2.17'
54+
release = '1.2.18'
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
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-pipeline',
7-
version='1.2.17',
7+
version='1.2.18',
88
description='Pipeline is an asset packaging library for Django.',
99
long_description=open('README.rst').read() + '\n\n' +
1010
open('HISTORY.rst').read(),

0 commit comments

Comments
 (0)