Skip to content

Commit

Permalink
Bump version for newly supported Django version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Apr 29, 2022
1 parent 4053481 commit 0e91d36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

2.0.1 (2022-04-29)
------------------

* Add support for Django 3.2 and Python 3.9


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

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 = '2.0.0'
version = '2.0.1'


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

0 comments on commit 0e91d36

Please sign in to comment.