From 6f9ef5b89018e55335370d813d78330c4bc0456e Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 27 Jul 2017 18:20:27 +0600 Subject: [PATCH] bumped to version 8.6.3 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f5c1fbec4cf..b0692038f8b 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.6.2' +__version__ = '8.6.3' def get_default_company(user=None): '''Get default company for user'''