Merge branch 'master' into develop

This commit is contained in:
Nabin Hait 2017-10-02 12:07:31 +05:30
commit 90ddac737f

View file

@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template
__version__ = '9.0.7'
__version__ = '9.0.8'
__title__ = "Frappe Framework"
local = Local()