bumped to version 8.7.1

This commit is contained in:
mbauskar 2017-08-09 11:46:16 +06:00
parent 6298446be8
commit d895950feb

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