From 69085c75e33ccdcb67481c1df38a23addc6b216b Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 21 Aug 2017 16:18:54 +0600 Subject: [PATCH] bumped to version 8.7.10 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 2a83741212..c92e8b4a89 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -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.9' +__version__ = '8.7.10' __title__ = "Frappe Framework" local = Local()