From f212851380bd01cadc2a13a9eaa8f1879cdb9a6b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 26 Oct 2016 18:16:25 +0600 Subject: [PATCH] bumped to version 7.2.0 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 3eafc9df1c..7c7c93b25d 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-beta' +__version__ = '7.2.0' __title__ = "Frappe Framework" local = Local()