bumped to version 8.5.1

This commit is contained in:
mbauskar 2017-07-18 15:55:22 +06:00
parent 8f88f68213
commit 8d808253b3

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__ = '8.5.0'
__version__ = '8.5.1'
__title__ = "Frappe Framework"
local = Local()