bumped to version 10.1.45

This commit is contained in:
Saurabh 2018-08-07 13:12:53 +06:00
parent 66ce0998b9
commit e3382f8aec

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