Skip to content

Commit

Permalink
Bump to 0.8.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed May 9, 2018
1 parent bc33c80 commit fe7000b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.8.8.7 - Widgets are refactored, now all summernote options are available
0.8.8.6 - A lot of internal code changes
0.8.8.5 - Now we're supporting Django 2.0
0.8.8.4 - Hotfix for handling static files
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, 6)
version_info = (0, 8, 8, 7)

__version__ = version = '.'.join(map(str, version_info))
__project__ = PROJECT = 'django-summernote'
Expand Down

0 comments on commit fe7000b

Please sign in to comment.