Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Oct 30, 2020
1 parent cd89007 commit 1ad9a19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

2.0.0 (2020-10-30)
------------------

* Add support for Django 2.1 and 2.2
* Drop support for Python < 3.6


1.0.0 (2018-06-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools.command.test import test as test_command


version = '1.0.0'
version = '2.0.0'


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

0 comments on commit 1ad9a19

Please sign in to comment.