Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Jan 4, 2019
1 parent d064a14 commit a1ed3d4
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.11.4 - Minor changes on SummernoteWidget and update jQuery-file-upload files
0.8.11.3 - Fix style issues (Fullscreen and crispy-forms)
0.8.11.2 - Fix Fullscreen button for SummernoteWidget(iframe)
0.8.11.1 - Add eot font again
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, 11, 3)
version_info = (0, 8, 11, 4)

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

0 comments on commit a1ed3d4

Please sign in to comment.