diff --git a/CHANGES b/CHANGES index 52352284..ef6548e0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +0.8.8.4 - Hotfix for handling static files 0.8.8.3 - Fix a migration issue and minor bugs 0.8.8.2 - Hotfix for lazy initialization 0.8.8.1 - Add a handy way to use CodeMirror diff --git a/django_summernote/__init__.py b/django_summernote/__init__.py index cffbfea3..be88902a 100644 --- a/django_summernote/__init__.py +++ b/django_summernote/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 8, 3) +version_info = (0, 8, 8, 4) __version__ = version = '.'.join(map(str, version_info)) __project__ = PROJECT = 'django-summernote'