Skip to content

Commit 4231358

Browse files
committed
bump version
1 parent 5a5e901 commit 4231358

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.4.2
7+
=====
8+
9+
* Fix finder bug. Thanks to Quentin Pradet, Remi and Sam Kuehn for the report
10+
* Update finders documentation. Thanks to Thomas Schreiber, Grégoire Astruc and Tobias Birmili for the report.
11+
612
1.4.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.4'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.4.1'
54+
release = '1.4.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.4.1',
9+
version='1.4.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)