bumped to version 10.1.70

This commit is contained in:
Sagar Vora 2019-01-22 15:39:38 +05:50
parent 3d95621cd5
commit a00b063d36

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