From ae65dd576f26487a9a22e2a4a524cd3fbdbf7682 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Wed, 3 Oct 2018 15:07:59 +0000 Subject: [PATCH] bumped to version 10.1.50 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index f650b72a1c..adf326c420 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.49-beta.1' +__version__ = '10.1.50' __title__ = "Frappe Framework" local = Local()