From 696a01765b6ea28b71f0a49a38f5830ccbce51a8 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 6 Oct 2021 00:46:31 +0550 Subject: [PATCH] bumped to version 13.12.0 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e23df3a63e5..6f8878d2167 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -7,7 +7,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '13.11.1' +__version__ = '13.12.0' def get_default_company(user=None): '''Get default company for user'''