Skip to content

Commit 1352e00

Browse files
bump version
1 parent 22810c4 commit 1352e00

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.0.15
5+
------
6+
* Disable converting urls in "full" settings
7+
* Fix filebrowser error
8+
49
0.0.14
510
------
611
* Add default tinymce content CSS styles

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-tinymce-4",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"homepage": "https://github.com/ITCase-django/django-tinymce-4",
55
"authors": [
66
"ITCase <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "django-tinymce-4",
33
"title": "Integrate TinyMCE4 in Django projects",
44
"description": "",
5-
"version": "0.0.14",
5+
"version": "0.0.15",
66
"homepage": "http://www.github.com/ITCase-django/django-tinymce-4/",
77
"author": "ITCase <[email protected]> (http://www.itcase.pro/)",
88
"repository": {

tinymce_4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.0.14'
3+
__version__ = '0.0.15'

0 commit comments

Comments
 (0)