bumped to version 8.6.1

This commit is contained in:
mbauskar 2017-07-27 12:47:20 +06:00
parent 22475a046c
commit ac3e361ecf

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