From b9322b013e16e0f4636e3bf1451462d78b4146ca Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 8 Jul 2017 20:06:52 +0600 Subject: [PATCH] bumped to version 8.3.8 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 9f5c5d65fc..cbc836d574 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 -__version__ = '8.3.7' +__version__ = '8.3.8' __title__ = "Frappe Framework" local = Local()