From e146143bd13a2008b09853c7e65a50cdcae35a96 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 25 Oct 2017 14:40:38 +0600 Subject: [PATCH] bumped to version 9.2.0 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1ebff9ac24..e822fda512 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.8' +__version__ = '9.2.0' def get_default_company(user=None): '''Get default company for user'''