From 89f07fb8d67917832c50bb620a46a07f04dab472 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 18 May 2017 14:10:47 +0600 Subject: [PATCH] bumped to version 8.0.47 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index d44050b722..77940bd124 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template -__version__ = '8.0.46' +__version__ = '8.0.47' __title__ = "Frappe Framework" local = Local()