From 7da3c46ef2a667ac526e093a7af99b570cc2a8e2 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 25 Sep 2017 16:33:29 +0600 Subject: [PATCH] bumped to version 8.11.5 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 61381b2703..c434021fdf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from erpnext.hooks import regional_overrides -__version__ = '8.11.4' +__version__ = '8.11.5' def get_default_company(user=None): '''Get default company for user'''