From cdfba6fd4c4c13e920abbb2a48291cac41d30c0f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 31 Jul 2018 13:10:42 +0600 Subject: [PATCH] bumped to version 10.1.43 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 8ab079ab58..af64977665 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.42' +__version__ = '10.1.43' __title__ = "Frappe Framework" local = Local()