From 5321db785cae798a056ff241896799b1d9d2b76c Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 3 Feb 2018 09:32:54 +0600 Subject: [PATCH] bumped to version 10.0.20 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 206aa11154..b69991baba 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.19' +__version__ = '10.0.20' __title__ = "Frappe Framework" local = Local()