From a2f2340f25015167565730df4dae7d2c42f24d2e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 27 Oct 2016 13:08:27 +0600 Subject: [PATCH] bumped to version 7.1.1 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 16cfbb79ff..2e122d62a6 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template -__version__ = '7.1.0' +__version__ = '7.1.1' __title__ = "Frappe Framework" local = Local()