Commit c83615a0 by Timothée Peignier

bump version

parent 1f6ad919
......@@ -47,6 +47,8 @@ or just made Pipeline more awesome.
* Jannis Leidel <jannis@leidel.info>
* Jared Scott <jscott@convertro.com>
* Jaromir Fojtu <jaromir.fojtu@gmail.com>
* Jon Dufresne <jon.dufresne@gmail.com>
* Josh Braegger <rckclmbr@gmail.com>
* Joshua Kehn <josh@kehn.us>
* Julien Hartmann <julien@etherdream.org>
* Kristian Glass <git@doismellburning.co.uk>
......
......@@ -3,9 +3,16 @@
History
=======
1.4.4.1
1.4.5
=====
* Add ES6/6to5 compiler.
* Fix URL rewriter quote handling. Thanks to Josh Braegger.
* Improve FyleSystemFinder. Thanks to Jon Dufresne.
1.4.4.1
=======
* Remove ruby sass implementation specifics.
* Remove artefacts in package.
......
......@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.4.1'
release = '1.4.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name='django-pipeline',
version='1.4.4.1',
version='1.4.5',
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(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment