Skip to content

Commit 7c923c5

Browse files
committed
Bump version to 1.6.8
1 parent d062eb6 commit 7c923c5

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ or just made Pipeline more awesome.
1212
* Alexander Pugachev <[email protected]>
1313
* Alexis Svinartchouk <[email protected]>
1414
* Allard Stijnman <[email protected]>
15+
* Alvin Mites <[email protected]>
1516
* Andreas Cederström <[email protected]>
1617
* Andrew Choi <[email protected]>
1718
* Andy Kish <[email protected]>
@@ -35,6 +36,7 @@ or just made Pipeline more awesome.
3536
* Christofer Bertonha <[email protected]>
3637
* Christopher Dilorenzo <[email protected]>
3738
* Collin Stedman <[email protected]>
39+
* Corey Farwell <[email protected]>
3840
* Corrado Primier <[email protected]>
3941
* Danielle Madeley <[email protected]>
4042
* David Charbonnier <[email protected]>

HISTORY.rst

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

6+
1.6.8
7+
=====
8+
9+
* Made templatetags easier to subclass for special rendering behavior. Thanks
10+
to Christian Hammond.
11+
* Updated the link to readthedocs. Thanks to Corey Farwell.
12+
* Fixed some log messages to correctly refer to the new PIPELINE settings
13+
tructure. Thanks to Alvin Mites.
14+
* Changed file outdated checks to use os.path methods directly, avoiding
15+
potential SuspiciousFileOperation errors which could appear with some django
16+
storage configurations.
17+
618
1.6.7
719
=====
820

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.7'
54+
release = '1.6.8'
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.7',
13+
version='1.6.8',
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)