Skip to content

Commit b744568

Browse files
committed
Bump version
1 parent e8af239 commit b744568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0a6
2+
coverage >= 4.0a7
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',
7+
version='0.5.5',
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.0a6',
16+
'coverage >= 4.0a7',
1717
'six >= 1.4.0',
1818
],
1919
)

0 commit comments

Comments
 (0)