Skip to content

Commit 44249c9

Browse files
committed
bump version
1 parent 8013037 commit 44249c9

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
@@ -84,6 +84,7 @@ or just made Pipeline more awesome.
8484
8585
* Stephan Wienczny <[email protected]>
8686
* Steven Cummings <[email protected]>
87+
* Tadas Dailyda <[email protected]>
8788
* Teo Klestrup Röijezon <[email protected]>
8889
* Thomas Parslow <[email protected]>
8990
* Timothée Peignier <[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.5.2
7+
=====
8+
9+
* Use smart_bytes and smart_text appropriately. Thanks to Tadas Dailyda.
10+
* Fix outdated logic. Thanks to Tadas Dailyda.
11+
612
1.5.1
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.5'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.5.1'
54+
release = '1.5.2'
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.5.1',
9+
version='1.5.2',
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)