diff --git a/CHANGES b/CHANGES index 1f13977f..425cd01f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +0.8.8.7 - Widgets are refactored, now all summernote options are available 0.8.8.6 - A lot of internal code changes 0.8.8.5 - Now we're supporting Django 2.0 0.8.8.4 - Hotfix for handling static files diff --git a/django_summernote/__init__.py b/django_summernote/__init__.py index 3b9a07ad..aed2408b 100644 --- a/django_summernote/__init__.py +++ b/django_summernote/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 8, 6) +version_info = (0, 8, 8, 7) __version__ = version = '.'.join(map(str, version_info)) __project__ = PROJECT = 'django-summernote'