Skip to content

Commit

Permalink
Bump to 0.8.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Feb 8, 2018
1 parent c0a80a2 commit 5293045
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.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
0.8.8.3 - Fix a migration issue and minor bugs
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, 5)
version_info = (0, 8, 8, 6)

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

0 comments on commit 5293045

Please sign in to comment.