Skip to content

Commit 5bf7bb6

Browse files
committed
bump version
1 parent 7bc6dc3 commit 5bf7bb6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.3.13
7+
------
8+
9+
* Don't hardcode SASS arguments. Thanks to Cal Leeming.
10+
* Fix tests packaging (again). Thanks to Andrew Grigorev.
11+
612
1.3.12
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.3'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.3.12'
54+
release = '1.3.13'
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.12',
7+
version='1.3.13',
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)