diff --git a/CHANGES b/CHANGES index 9be7015..020430c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -Unreleased -========== +django-solo-2.5.1 +================= * Fix license metadata to be compatible with modern setuptools. diff --git a/solo/__init__.py b/solo/__init__.py index f8f9162..3703494 100644 --- a/solo/__init__.py +++ b/solo/__init__.py @@ -3,4 +3,4 @@ things like global settings that you want to edit from the admin site. """ -__version__ = "2.5.0" +__version__ = "2.5.1"