Skip to content

Commit d6be7d1

Browse files
committed
bump version
1 parent c834ef3 commit d6be7d1

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ or just made Pipeline more awesome.
66

77
* Adam Charnock <[email protected]>
88
* Alan Lu <[email protected]>
9+
* Aleksey Porfirov <[email protected]>
910
* Alexander Artemenko <svetlyak40wt>
1011
* Alexander Pugachev <[email protected]>
1112
* Alexis Svinartchouk <[email protected]>
@@ -87,5 +88,6 @@ or just made Pipeline more awesome.
8788
* Trey Smith <[email protected]>
8889
* Venelin Stoykov <[email protected]>
8990
* Victor Shnayder <[email protected]>
91+
* Wictor Olseryd <[email protected]>
9092
* Zachary Kazanski <[email protected]>
9193
* Zenobius Jiricek <[email protected]>

HISTORY.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33
History
44
=======
55

6+
1.4.6
7+
=====
8+
9+
* Improve LESS adapter compatibility. Thanks to Wictor Olseryd.
10+
* Fix ``PipelineFinder`` behavior. Thanks to Aleksey Porfirov.
11+
* Small tests and code improvements.
12+
613
1.4.5
714
=====
815

916
* Add ES6/6to5 compiler.
1017
* Fix URL rewriter quote handling. Thanks to Josh Braegger.
11-
* Improve FyleSystemFinder. Thanks to Jon Dufresne.
18+
* Improve ``FileSystemFinder``. Thanks to Jon Dufresne.
1219

1320
1.4.4.1
1421
=======

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.4'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.4.5'
54+
release = '1.4.6'
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.5',
9+
version='1.4.6',
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)