diff --git a/CHANGES b/CHANGES index d39512e8..1f13977f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +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 0.8.8.3 - Fix a migration issue and minor bugs diff --git a/django_summernote/__init__.py b/django_summernote/__init__.py index 51305416..3b9a07ad 100644 --- a/django_summernote/__init__.py +++ b/django_summernote/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 8, 5) +version_info = (0, 8, 8, 6) __version__ = version = '.'.join(map(str, version_info)) __project__ = PROJECT = 'django-summernote'