From 3a2834c7ade41e18de2e1fc4d181bedcc5748744 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 2 Oct 2017 12:58:26 +0600 Subject: [PATCH] bumped to version 9.0.6 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c589e35977..405274a144 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from erpnext.hooks import regional_overrides -__version__ = '9.0.5' +__version__ = '9.0.6' def get_default_company(user=None): '''Get default company for user'''