Skip to content

Commit

Permalink
Bump to 0.8.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Aug 13, 2018
1 parent 1a3d587 commit bb1d3d0
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.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
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, 8)

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

1 comment on commit bb1d3d0

@claudep
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.