Skip to content

Commit

Permalink
Release 2.0.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Dec 10, 2021
1 parent a01ceeb commit 9fad444
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
django-solo-2.0.0
=================

Date: 10 December, 2021

* Add support for Django 4.0
* Drop support for end of life Django versions (only 2.2, 3.2, and 4.0 are supported).
* Add GitHub Actions CI and tox

django-solo-1.2.0
=================

Expand Down
2 changes: 1 addition & 1 deletion solo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import django


__version__ = '1.2.0'
__version__ = '2.0.0'

if django.VERSION < (3, 2):
default_app_config = 'solo.apps.SoloAppConfig'

0 comments on commit 9fad444

Please sign in to comment.