Skip to content

Commit

Permalink
Update version to 2.1.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored May 25, 2023
1 parent 1b8347e commit fa828f9
Showing 1 changed file with 1 addition and 1 deletion.
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.0.0'
__version__ = '2.1.0'

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

0 comments on commit fa828f9

Please sign in to comment.