Skip to content

Commit cc609f3

Browse files
committed
0.6
1 parent b744568 commit cc609f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# If you change this file, don't forget to update tox.ini and setup.py also.
2-
coverage >= 4.0a7
2+
coverage >= 4.0b1
33
Django >= 1.4
44
six >= 1.4.0
55
tox >= 1.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django_coverage_plugin',
7-
version='0.5.5',
7+
version='0.6',
88
description='Django template coverage.py plugin',
99
author='Ned Batchelder',
1010
author_email='[email protected]',
@@ -13,7 +13,7 @@
1313
install_requires=[
1414
# If you change this, update tox.ini and requirements.txt also.
1515
'Django >= 1.4',
16-
'coverage >= 4.0a7',
16+
'coverage >= 4.0b1',
1717
'six >= 1.4.0',
1818
],
1919
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deps =
2121
django17: Django >=1.7, <1.8
2222
django18: Django >=1.8, <1.9
2323
six >= 1.4.0
24-
coverage >= 4.0a7
24+
coverage >= 4.0b1
2525

2626
commands =
2727
{envpython} -c "import tests.banner"

0 commit comments

Comments
 (0)