Skip to content

Commit a72ac66

Browse files
committed
Bump version to 1.1
1 parent 05c65bc commit a72ac66

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ Coverage.py can't tell whether a ``{% blocktrans %}`` tag used the singular or
4747
plural text, so both are marked as used if the tag is used.
4848

4949

50+
Changes
51+
-------
52+
53+
v1.1, in progress
54+
~~~~~~~~~~~~~~~~~
55+
56+
Explicitly configure settings if need be to get things to work.
57+
58+
v1.0: 20 September 2015
59+
~~~~~~~~~~~~~~~~~~~~~~~
60+
61+
First version :)
62+
63+
5064
What the? How?
5165
--------------
5266

setup.py

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

1919
setup(
2020
name='django_coverage_plugin',
21-
version='1.0',
21+
version='1.1',
2222
description='Django template coverage.py plugin',
2323
author='Ned Batchelder',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)