From 98457a8530cad3dcc3f17cf8e7abebf6157c614c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Sep 2025 07:16:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.79.2 ## [15.79.2](https://github.com/frappe/erpnext/compare/v15.79.1...v15.79.2) (2025-09-23) ### Bug Fixes * Consider non SABB batch qty in reserved batch validation ([9158751](https://github.com/frappe/erpnext/commit/91587517d95525b3df644cebe352ff63699e3876)) * warehouse for batch validation ([59a7104](https://github.com/frappe/erpnext/commit/59a710433a2add346737274e5dd23011e83a4825)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f461b5f95a7..e5cdfe8aebc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.79.1" +__version__ = "15.79.2" def get_default_company(user=None):