From b290e3a4e7b9dc897be24226540d55b4bafb7ac3 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 4 Oct 2017 18:51:34 +0600 Subject: [PATCH] bumped to version 9.1.0 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1a7ddd2374..55628cc676 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.9' +__version__ = '9.1.0' def get_default_company(user=None): '''Get default company for user'''