From dbaddfc1875fda657dc360438090acb0c27f6970 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 27 Mar 2018 14:48:13 +0600 Subject: [PATCH] bumped to version 10.1.13 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 3559c4b9e7..9e10d560c3 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.1.12' +__version__ = '10.1.13' __title__ = "Frappe Framework" local = Local()