From 88b3c525339638c263977b28377b799d60c27fa5 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 14 Apr 2021 13:13:53 +0550 Subject: [PATCH] bumped to version 13.0.2 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d2e58701c8..1a5a0fa275 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__ = '13.0.1' +__version__ = '13.0.2' def get_default_company(user=None): '''Get default company for user'''