bumped to version 10.1.51

This commit is contained in:
Ameya Shenoy 2018-10-11 06:47:36 +00:00
parent 968791195a
commit 6371cba97e

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