From d0131762cc8dd19175f89d0c538c7463ae00e609 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 26 Oct 2017 10:29:22 +0600 Subject: [PATCH] bumped to version 9.2.1 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e822fda512a..84b2b0388a9 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.2.0' +__version__ = '9.2.1' def get_default_company(user=None): '''Get default company for user'''