From ea3e6b93a7c6321655687184a8381ab0135e6b20 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 14 Nov 2017 18:18:42 +0600 Subject: [PATCH] bumped to version 9.2.12 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 334af63671..f7761ac851 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.11' +__version__ = '9.2.12' def get_default_company(user=None): '''Get default company for user'''