From 6a7b6f62623a5fe443221dc7db1c1d861646ffe3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 26 Apr 2024 02:10:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.21.2 ## [15.21.2](https://github.com/frappe/erpnext/compare/v15.21.1...v15.21.2) (2024-04-26) ### Bug Fixes * enable advance in separate acc only for customer and Supplier ([6da927a](https://github.com/frappe/erpnext/commit/6da927a57387aa3492b816615e9fe61c78b5ed5e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 037d61f0854..228a40a6be3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.21.1" +__version__ = "15.21.2" def get_default_company(user=None):