From e3c437b401081e3d9f88600ad7db2f00f3c70ef3 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 26 Oct 2017 21:22:30 +0600 Subject: [PATCH] bumped to version 9.2.2 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 26c77fcc25..535d3af7c4 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__ = '9.2.1' +__version__ = '9.2.2' __title__ = "Frappe Framework" local = Local()