From 438f807330c1e59988d7e8adf6514343db0b2c60 Mon Sep 17 00:00:00 2001 From: Park Hyunwoo Date: Thu, 23 Nov 2017 19:17:55 +0900 Subject: [PATCH] Bump to 0.8.8.4 --- CHANGES | 1 + django_summernote/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'