Skip to content

Commit

Permalink
Release 2.2.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jan 13, 2024
1 parent 0c71f74 commit b84391d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Unreleased
==========
django-solo-2.2.0
=================

Date: 1 January, 2024

* Add support for Python 3.12
* Drop support for Python 3.7
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__ = '2.1.0'
__version__ = '2.2.0'

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

0 comments on commit b84391d

Please sign in to comment.