diff --git a/CHANGES.md b/CHANGES.md index 4230b336..bf9b3c1b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +0.8.13.0 (WIP) +-------- + - Bump Summernote to 0.8.13 + +0.8.11.6 +-------- + - HOTFIX: Remove unintended form application from admin mixins (@lqez) + 0.8.11.5 -------- - Fix crispy-forms issue with SummernoteInplaceWidget (@wuuuduu) diff --git a/django_summernote/__init__.py b/django_summernote/__init__.py index e522b97b..3386dcdb 100644 --- a/django_summernote/__init__.py +++ b/django_summernote/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 11, 5) +version_info = (0, 8, 11, 6) __version__ = version = '.'.join(map(str, version_info)) __project__ = PROJECT = 'django-summernote'