Skip to content

Commit 25a4d1f

Browse files
author
Tom Riat
committed
bump version
1 parent e9b7150 commit 25a4d1f

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ or just made Pipeline more awesome.
2424
* Ben Vinegar <[email protected]>
2525
* Brad Pitcher <[email protected]>
2626
* Brant Young <[email protected]>
27+
* Brawaga <[email protected]>
2728
* Brian Montgomery <[email protected]>
2829
* Bryan Chow <[email protected]>
2930
* Caio Ariede <[email protected]>
@@ -110,5 +111,6 @@ or just made Pipeline more awesome.
110111
* Venelin Stoykov <[email protected]>
111112
* Victor Shnayder <[email protected]>
112113
* Wictor Olseryd <[email protected]>
114+
* Wismill
113115
* Zachary Kazanski <[email protected]>
114116
* Zenobius Jiricek <[email protected]>

HISTORY.rst

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

6+
1.6.12
7+
======
8+
9+
* Fix a bug with os.rename on windows. Thanks to @wismill
10+
* Fix to view compile error if happens. Thanks to @brawaga
11+
612
1.6.11
713
======
814

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.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.6.11'
54+
release = '1.6.12'
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
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-pipeline',
13-
version='1.6.11',
13+
version='1.6.12',
1414
description='Pipeline is an asset packaging library for Django.',
1515
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1616
io.open('HISTORY.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)