Skip to content

Commit ea8c88b

Browse files
committed
build: release v2.0.0
1 parent 3adc6ae commit ea8c88b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ To run the tests::
121121
History
122122
~~~~~~~
123123

124-
Unreleased
125-
----------
124+
v2.0.0 --- 2021-06-08
125+
---------------------
126126

127127
Drop support for Python 3.4 and 3.5.
128128

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ def read(*names, **kwargs):
3333
License :: OSI Approved :: Apache Software License
3434
Operating System :: OS Independent
3535
Programming Language :: Python :: 2.7
36-
Programming Language :: Python :: 3.4
37-
Programming Language :: Python :: 3.5
3836
Programming Language :: Python :: 3.6
3937
Programming Language :: Python :: 3.7
4038
Programming Language :: Python :: 3.8
39+
Programming Language :: Python :: 3.9
4140
Programming Language :: Python :: Implementation :: CPython
4241
Programming Language :: Python :: Implementation :: PyPy
4342
Topic :: Software Development :: Quality Assurance
@@ -46,15 +45,13 @@ def read(*names, **kwargs):
4645
Framework :: Django
4746
Framework :: Django :: 1.8
4847
Framework :: Django :: 1.11
49-
Framework :: Django :: 2.0
50-
Framework :: Django :: 2.1
5148
Framework :: Django :: 2.2
52-
Framework :: Django :: 3.0
49+
Framework :: Django :: 3.2
5350
"""
5451

5552
setup(
5653
name='django_coverage_plugin',
57-
version='1.8.0',
54+
version='2.0.0',
5855
description='Django template coverage.py plugin',
5956
long_description=(
6057
re.compile(

0 commit comments

Comments
 (0)