Skip to content

Commit b547fab

Browse files
committed
bump version
1 parent ef29f10 commit b547fab

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
@@ -41,6 +41,7 @@ or just made Pipeline more awesome.
4141
* Jannis Leidel <[email protected]>
4242
* Jared Scott <[email protected]>
4343
* Joshua Kehn <[email protected]>
44+
* Julien Hartmann <[email protected]>
4445
* Kyle MacFarlane <[email protected]>
4546
* Luke Yu-Po Chen <[email protected]>
4647
* Mark Sandstrom <[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.3.23
7+
------
8+
9+
* Fix gzip mixin regression. Thanks to Sayed Raianul Kabir.
10+
* Improve PipelineStorage listdir method. Thanks to Julien Hartmann.
11+
* Fix setup.py. Thanks to Benjamin Peterson and Colin Dunklau.
12+
613
1.3.22
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.3'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.3.22'
54+
release = '1.3.23'
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.3.22',
9+
version='1.3.23',
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)