Skip to content

Commit e7dc1d4

Browse files
committed
Make version number simple
1 parent 4a25e3f commit e7dc1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ plural text, so both are marked as used if the tag is used.
5656
Changes
5757
~~~~~~~
5858

59-
v1.5.1b --- 2017-10-18
59+
v1.5.2 --- 2017-10-18
6060
----------------------
6161

6262
Validates support for Django version 2.0b1. Improves discovery of template files.

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.5.1b',
25+
version='1.5.2',
2626
description='Django template coverage.py plugin',
2727
author='Ned Batchelder',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)