From f9577652a08212ce798ef0be49c1f2995a3d0b49 Mon Sep 17 00:00:00 2001 From: mbauskar Date: Mon, 9 Oct 2017 15:48:51 +0600 Subject: [PATCH] bumped to version 9.1.2 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 259c0f0549..8535365dc9 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.1.1' +__version__ = '9.1.2' def get_default_company(user=None): '''Get default company for user'''