Skip to content

Commit 1ad9a19

Browse files
committed
Bump version and update changelog.
1 parent cd89007 commit 1ad9a19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
2.0.0 (2020-10-30)
5+
------------------
6+
7+
* Add support for Django 2.1 and 2.2
8+
* Drop support for Python < 3.6
9+
10+
411
1.0.0 (2018-06-19)
512
------------------
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools.command.test import test as test_command
66

77

8-
version = '1.0.0'
8+
version = '2.0.0'
99

1010

1111
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)