Skip to content

Commit

Permalink
Bump to 0.8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Sep 1, 2018
1 parent e564d42 commit d2f181a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.8.10.0 - Bump summernote and update for Bootstrap4 and Lite UI
0.8.8.8 - Fix compatibility issue for Django 2.1
0.8.8.6 - A lot of internal code changes
0.8.8.5 - Now we're supporting Django 2.0
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, 8, 8)
version_info = (0, 8, 10, 0)

__version__ = version = '.'.join(map(str, version_info))
__project__ = PROJECT = 'django-summernote'
Expand Down
2 changes: 1 addition & 1 deletion django_summernote/static/summernote/SOURCE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Using Summernote bleeding edge 5714a948f50d7c1802bdbd7a052924b6091ba3aa
Using Summernote v0.8.10, bleeding edge a9386f46d36e1811ce35c1a54610d2e5a26b2abd

0 comments on commit d2f181a

Please sign in to comment.