bumped to version 10.1.10

This commit is contained in:
Nabin Hait 2018-03-26 15:12:50 +06:00
parent ce7497bd18
commit 6bf29f5025

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__ = '10.1.9'
__version__ = '10.1.10'
__title__ = "Frappe Framework"
local = Local()