Skip to content

Commit e6498ac

Browse files
committed
bump version
1 parent ff481de commit e6498ac

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ or just made Pipeline more awesome.
3030
* Chris Reeves <[email protected]>
3131
* Christian Hammond <[email protected]>
3232
* Christopher Dilorenzo <[email protected]>
33+
* Collin Stedman <[email protected]>
3334
* Corrado Primier <[email protected]>
3435
* Danielle Madeley <[email protected]>
3536
* David Charbonnier <[email protected]>

HISTORY.rst

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

6+
1.4.7
7+
=====
8+
9+
* Rename 6to5 settings to match the new name: "babel".
10+
* Improve upgrade instructions. Thanks to Collin Stedman.
11+
* Make compiler work with storage not implementing path. Thanks to Brad Pitcher.
12+
613
1.4.6
714
=====
815

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.4'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.4.6'
54+
release = '1.4.7'
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
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-pipeline',
9-
version='1.4.6',
9+
version='1.4.7',
1010
description='Pipeline is an asset packaging library for Django.',
1111
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1212
io.open('HISTORY.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)