Commit 25a4d1f1 by Tom Riat

bump version

parent e9b7150b
...@@ -24,6 +24,7 @@ or just made Pipeline more awesome. ...@@ -24,6 +24,7 @@ or just made Pipeline more awesome.
* Ben Vinegar <ben@benv.ca> * Ben Vinegar <ben@benv.ca>
* Brad Pitcher <bradpitcher@gmail.com> * Brad Pitcher <bradpitcher@gmail.com>
* Brant Young <brant.young@gmail.com> * Brant Young <brant.young@gmail.com>
* Brawaga <brawaga@gmail.com>
* Brian Montgomery <brianm@appliedsec.com> * Brian Montgomery <brianm@appliedsec.com>
* Bryan Chow <bryan@fullfactor.com> * Bryan Chow <bryan@fullfactor.com>
* Caio Ariede <caio.ariede@gmail.com> * Caio Ariede <caio.ariede@gmail.com>
...@@ -110,5 +111,6 @@ or just made Pipeline more awesome. ...@@ -110,5 +111,6 @@ or just made Pipeline more awesome.
* Venelin Stoykov <venelin@magicsolutions.bg> * Venelin Stoykov <venelin@magicsolutions.bg>
* Victor Shnayder <victor@mitx.mit.edu> * Victor Shnayder <victor@mitx.mit.edu>
* Wictor Olseryd <wictor@olseryd.se> * Wictor Olseryd <wictor@olseryd.se>
* Wismill
* Zachary Kazanski <kazanski.zachary@gmail.com> * Zachary Kazanski <kazanski.zachary@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com> * Zenobius Jiricek <zenobius.jiricek@gmail.com>
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
History History
======= =======
1.6.12
======
* Fix a bug with os.rename on windows. Thanks to @wismill
* Fix to view compile error if happens. Thanks to @brawaga
1.6.11 1.6.11
====== ======
......
...@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier' ...@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version. # The short X.Y version.
version = '1.6' version = '1.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.6.11' release = '1.6.12'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -10,7 +10,7 @@ if (sys.version_info[0], sys.version_info[1]) < (3, 2): ...@@ -10,7 +10,7 @@ if (sys.version_info[0], sys.version_info[1]) < (3, 2):
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.6.11', version='1.6.12',
description='Pipeline is an asset packaging library for Django.', description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' + long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
io.open('HISTORY.rst', encoding='utf-8').read(), 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