Skip to content

Commit 373a0f3

Browse files
committed
Bump version
1 parent cb39e0d commit 373a0f3

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ or just made Pipeline more awesome.
4040
* David Charbonnier <[email protected]>
4141
* David Cramer <[email protected]>
4242
* David Hughes <[email protected]>
43+
* David Trowbridge <[email protected]>
4344
* Denis V Seleznyov <[email protected]>
4445
* DJ Sharkey <[email protected]>
4546
* Edwin Lunando <[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.5
7+
=====
8+
9+
* Fix Django < 1.8 compatibility. Thanks to David Trowbridge.
10+
* Allow to disable collector during development. Thanks to Leonardo Orozco.
11+
612
1.6.4
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.4'
54+
release = '1.6.5'
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.4',
13+
version='1.6.5',
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)