From 2b3c817e1ac87a558362e7783fcd47055b3eaa6d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 30 Mar 2017 20:03:12 +0600 Subject: [PATCH] bumped to version 8.0.1 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 74ed112927..a9e0da1a09 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.0' +__version__ = '8.0.1' __title__ = "Frappe Framework" local = Local()