bumped to version 10.1.0

This commit is contained in:
Nabin Hait 2018-02-22 15:07:33 +06:00
parent 4d96472969
commit 5849e9f268

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.0.25'
__version__ = '10.1.0'
__title__ = "Frappe Framework"
local = Local()