Skip to content

Commit

Permalink
Bump to 0.8.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Park Hyunwoo committed Nov 23, 2017
1 parent 379086c commit 438f807
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.4 - Hotfix for handling static files
0.8.8.3 - Fix a migration issue and minor bugs
0.8.8.2 - Hotfix for lazy initialization
0.8.8.1 - Add a handy way to use CodeMirror
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, 3)
version_info = (0, 8, 8, 4)

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

0 comments on commit 438f807

Please sign in to comment.