diff --git a/CHANGES b/CHANGES index 84bde20e..b8fb8ef2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +0.8.11.4 - Minor changes on SummernoteWidget and update jQuery-file-upload files 0.8.11.3 - Fix style issues (Fullscreen and crispy-forms) 0.8.11.2 - Fix Fullscreen button for SummernoteWidget(iframe) 0.8.11.1 - Add eot font again diff --git a/django_summernote/__init__.py b/django_summernote/__init__.py index ab33b8c9..1b7170e2 100644 --- a/django_summernote/__init__.py +++ b/django_summernote/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 11, 3) +version_info = (0, 8, 11, 4) __version__ = version = '.'.join(map(str, version_info)) __project__ = PROJECT = 'django-summernote'