Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Dec 22, 2019
1 parent 6fd7281 commit 5b8e74c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion django_summernote/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 5b8e74c

Please sign in to comment.