Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Feb 15, 2015
1 parent c834ef3 commit d6be7d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ or just made Pipeline more awesome.

* Adam Charnock <acharnock@gmail.com>
* Alan Lu <gotoalanlu@gmail.com>
* Aleksey Porfirov <lexqt@yandex.ru>
* Alexander Artemenko <svetlyak40wt>
* Alexander Pugachev <alexander.pugachev@gmail.com>
* Alexis Svinartchouk <zvin@free.fr>
Expand Down Expand Up @@ -87,5 +88,6 @@ or just made Pipeline more awesome.
* Trey Smith <trey.smith@nasa.gov>
* Venelin Stoykov <venelin@magicsolutions.bg>
* Victor Shnayder <victor@mitx.mit.edu>
* Wictor Olseryd <wictor@olseryd.se>
* Zachary Kazanski <kazanski.zachary@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
9 changes: 8 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
History
=======

1.4.6
=====

* Improve LESS adapter compatibility. Thanks to Wictor Olseryd.
* Fix ``PipelineFinder`` behavior. Thanks to Aleksey Porfirov.
* Small tests and code improvements.

1.4.5
=====

* Add ES6/6to5 compiler.
* Fix URL rewriter quote handling. Thanks to Josh Braegger.
* Improve FyleSystemFinder. Thanks to Jon Dufresne.
* Improve ``FileSystemFinder``. Thanks to Jon Dufresne.

1.4.4.1
=======
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.5'
release = '1.4.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-pipeline',
version='1.4.5',
version='1.4.6',
description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
io.open('HISTORY.rst', encoding='utf-8').read(),
Expand Down

0 comments on commit d6be7d1

Please sign in to comment.