Skip to content

Commit c83615a

Browse files
committed
bump version
1 parent 1f6ad91 commit c83615a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ or just made Pipeline more awesome.
4747
* Jannis Leidel <[email protected]>
4848
* Jared Scott <[email protected]>
4949
* Jaromir Fojtu <[email protected]>
50+
* Jon Dufresne <[email protected]>
51+
* Josh Braegger <[email protected]>
5052
* Joshua Kehn <[email protected]>
5153
* Julien Hartmann <[email protected]>
5254
* Kristian Glass <[email protected]>

HISTORY.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
History
44
=======
55

6-
1.4.4.1
6+
1.4.5
77
=====
88

9+
* Add ES6/6to5 compiler.
10+
* Fix URL rewriter quote handling. Thanks to Josh Braegger.
11+
* Improve FyleSystemFinder. Thanks to Jon Dufresne.
12+
13+
1.4.4.1
14+
=======
15+
916
* Remove ruby sass implementation specifics.
1017
* Remove artefacts in package.
1118

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.4.1'
54+
release = '1.4.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
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-pipeline',
9-
version='1.4.4.1',
9+
version='1.4.5',
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)