We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8af239 commit b744568Copy full SHA for b744568
requirements.txt
@@ -1,5 +1,5 @@
1
# If you change this file, don't forget to update tox.ini and setup.py also.
2
-coverage >= 4.0a6
+coverage >= 4.0a7
3
Django >= 1.4
4
six >= 1.4.0
5
tox >= 1.8
setup.py
@@ -4,7 +4,7 @@
setup(
6
name='django_coverage_plugin',
7
- version='0.5',
+ version='0.5.5',
8
description='Django template coverage.py plugin',
9
author='Ned Batchelder',
10
author_email='[email protected]',
@@ -13,7 +13,7 @@
13
install_requires=[
14
# If you change this, update tox.ini and requirements.txt also.
15
'Django >= 1.4',
16
- 'coverage >= 4.0a6',
+ 'coverage >= 4.0a7',
17
'six >= 1.4.0',
18
],
19
)
0 commit comments