From 60a11bcd157351e2b1f2cc22a2cdef71359d8211 Mon Sep 17 00:00:00 2001 From: pratu16x7 Date: Tue, 8 Nov 2016 14:52:19 +0530 Subject: [PATCH 1/2] Add right alignment tool in editor --- frappe/public/js/frappe/ui/editor.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/public/js/frappe/ui/editor.html b/frappe/public/js/frappe/ui/editor.html index f3c7becfca..3613a6976e 100644 --- a/frappe/public/js/frappe/ui/editor.html +++ b/frappe/public/js/frappe/ui/editor.html @@ -57,6 +57,9 @@ + + From e4caa4e94475805a374a1833fa8868bd7542397e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 9 Nov 2016 15:20:05 +0600 Subject: [PATCH 2/2] bumped to version 7.1.8 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 3aadfd418e..e068c23b97 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template -__version__ = '7.1.7' +__version__ = '7.1.8' __title__ = "Frappe Framework" local = Local()