bumped to version 10.1.66

This commit is contained in:
Ameya Shenoy 2018-11-29 09:45:15 +00:00
parent 5d477ff6e9
commit 5857b9266b

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