From 3c59f8f422a76708e7c1ea65b256750630f9afe2 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 8 Feb 2018 15:58:44 +0600 Subject: [PATCH] bumped to version 10.0.22 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 00a86b8b12..ce9cf8f052 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__ = '10.0.21' +__version__ = '10.0.22' __title__ = "Frappe Framework" local = Local()