From ca21f16db2b81ea8dd2f7216f25e5a0813e7a1ff Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 11 Dec 2025 10:48:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.91.2 ## [15.91.2](https://github.com/frappe/erpnext/compare/v15.91.1...v15.91.2) (2025-12-11) ### Bug Fixes * putaway rule not applying on serial nos ([23c82d4](https://github.com/frappe/erpnext/commit/23c82d410b21fe76e57d22f12934d0a99de78bf8)) * Serial/Batches not fetching when creating Material Transfer from Purchase Receipt ([1e0532f](https://github.com/frappe/erpnext/commit/1e0532f3877b8a27763511731b73f6f77c811298)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 78a148846bf..59831f5af29 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.91.1" +__version__ = "15.91.2" def get_default_company(user=None):