From 6371cba97e9bf0350f211aa0988c00f82016e2da Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 11 Oct 2018 06:47:36 +0000 Subject: [PATCH] bumped to version 10.1.51 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index adf326c420..64dda2f529 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.50' +__version__ = '10.1.51' __title__ = "Frappe Framework" local = Local()