From cacb5bfe03da45b6f7c360a35a48c95c48d8f4e3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 25 Apr 2024 03:38:33 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.21.1 ## [15.21.1](https://github.com/frappe/erpnext/compare/v15.21.0...v15.21.1) (2024-04-25) ### Bug Fixes * mode of payment has precedance ([0dfd6fa](https://github.com/frappe/erpnext/commit/0dfd6facc141f139655c531043c9c47b2f060aef)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0c44e0476cf..037d61f0854 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.21.0" +__version__ = "15.21.1" def get_default_company(user=None):