From 825ef415ef10aa664cbd6be50a41a6e4fe1294b5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Sep 2025 13:35:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.91.1 ## [14.91.1](https://github.com/frappe/erpnext/compare/v14.91.0...v14.91.1) (2025-09-23) ### Bug Fixes * add condition for name ([0c7911d](https://github.com/frappe/erpnext/commit/0c7911d0fe827ca6a6feddd5e09e2c878bd89fc2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index acb6ef7e584..9a4f4211b04 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.91.0" +__version__ = "14.91.1" def get_default_company(user=None):