Skip to content

Commit 3f5ad20

Browse files
committed
bump version
1 parent 88c6f1c commit 3f5ad20

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ or just made Pipeline more awesome.
1010
* Alexander Pugachev <[email protected]>
1111
* Alexis Svinartchouk <[email protected]>
1212
* Andreas Cederström <[email protected]>
13+
* Andy Kish <[email protected]>
1314
* Ara Anjargolian <[email protected]>
1415
* Arnar Yngvason <[email protected]>
1516
* Axel Haustant <[email protected]>
@@ -22,6 +23,7 @@ or just made Pipeline more awesome.
2223
* Camilo Nova <[email protected]>
2324
* Carl Meyer <[email protected]>
2425
* Casey Greene <[email protected]>
26+
* Chris Applegate <[email protected]>
2527
* Chris Reeves <[email protected]>
2628
* Christian Hammond <[email protected]>
2729
* Christopher Dilorenzo <[email protected]>
@@ -30,6 +32,7 @@ or just made Pipeline more awesome.
3032
* David Cramer <[email protected]>
3133
* David Hughes <[email protected]>
3234
* Denis V Seleznyov <[email protected]>
35+
* DJ Sharkey <[email protected]>
3336
* Edwin Lunando <[email protected]>
3437
* Fabian Büchler <[email protected]>
3538
* Florent Messa <[email protected]>
@@ -49,6 +52,7 @@ or just made Pipeline more awesome.
4952
* Miguel Araujo Perez <[email protected]>
5053
* Mike Gilbert <[email protected]>
5154
* Miroslav Shubernetskiy <[email protected]>
55+
* Natal Ngetal <[email protected]>
5256
* Patrick Altman <[email protected]>
5357
* Peter Baumgartner <[email protected]>
5458
* Philipp Wollermann <[email protected]>
@@ -59,6 +63,7 @@ or just made Pipeline more awesome.
5963
* Remy Sanchez <[email protected]>
6064
* Sam Thomson <[email protected]>
6165
* Sander Smits <[email protected]>
66+
* Sander Steffann <[email protected]>
6267
6368
* Stephan Wienczny <[email protected]>
6469
* Steven Cummings <[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.21
7+
------
8+
9+
* Fix whitespace and charset in templates tags output. Thanks to Philipp Wollermann.
10+
* Various documentation fixes. Thanks to Chris Applegate, Natal Ngetal, DJ Sharkey and Andy Kish.
11+
* Fix bug in data-uri handling when running Python 3. Thanks to Sander Steffann.
12+
613
1.3.20
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.20'
54+
release = '1.3.21'
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
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-pipeline',
7-
version='1.3.20',
7+
version='1.3.21',
88
description='Pipeline is an asset packaging library for Django.',
99
long_description=open('README.rst').read() + '\n\n' +
1010
open('HISTORY.rst').read(),

0 commit comments

Comments
 (0)