bumped to version 10.1.36

This commit is contained in:
Saurabh 2018-06-05 15:42:57 +06:00
parent ad64ef5c4e
commit 8d0b33c5ca

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