From 14018b3dea7a8f7d710f8401c3a74e4a6859fcfa Mon Sep 17 00:00:00 2001 From: sahil28297 <37302950+sahil28297@users.noreply.github.com> Date: Mon, 2 Dec 2019 13:05:27 +0530 Subject: [PATCH] bumped to version 12.2.2 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f40b9575632..f702dc90b46 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -5,7 +5,7 @@ import frappe from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '12.2.0' +__version__ = '12.2.2' def get_default_company(user=None): '''Get default company for user'''