Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Feb 22, 2015
1 parent ff481de commit e6498ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ or just made Pipeline more awesome.
* Chris Reeves <hello@chris.reeves.io>
* Christian Hammond <chipx86@chipx86.com>
* Christopher Dilorenzo <dilorenzo.christopher@gmail.com>
* Collin Stedman <cstedman@princeton.edu>
* Corrado Primier <cp@corradoprimier.it>
* Danielle Madeley <danielle@madeley.id.au>
* David Charbonnier <d.charbonnier@oxys.net>
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
=======

1.4.7
=====

* Rename 6to5 settings to match the new name: "babel".
* Improve upgrade instructions. Thanks to Collin Stedman.
* Make compiler work with storage not implementing path. Thanks to Brad Pitcher.

1.4.6
=====

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.6'
release = '1.4.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit e6498ac

Please sign in to comment.