Skip to content

Commit 748d83e

Browse files
authored
Merge pull request #34 from PamelaM/pm/version_bump_to_1.4.1
Version bump in readme and setup.py
2 parents cc3d52a + 0160a4f commit 748d83e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ Changes
6262
~~~~~~~
6363

6464

65+
v1.4.1 --- 2017-01-25
66+
---------------------
67+
68+
Fixes `issue 32`_, which was the result of an initialization order problem.
69+
70+
.. _issue 32: https://github.com/nedbat/django_coverage_plugin/issues/32
71+
72+
6573
v1.4 --- 2017-01-16
6674
-------------------
6775

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django_coverage_plugin',
25-
version='1.4',
25+
version='1.4.1',
2626
description='Django template coverage.py plugin',
2727
author='Ned Batchelder',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)