From b8ecc4274fa150a29b8ac347c1b29de57b3fa7af Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 16 Sep 2025 14:41:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.91.0 # [14.91.0](https://github.com/frappe/erpnext/compare/v14.90.1...v14.91.0) (2025-09-16) ### Bug Fixes * duplicate items being created when fetching items from warehouse in stock reco ([646de0b](https://github.com/frappe/erpnext/commit/646de0bec146904fbbbee9a9dbeb4547c6399b3a)) * remove ignore_permissions ([180f406](https://github.com/frappe/erpnext/commit/180f406917f385ce5c01479bd5d4069387f2b952)) ### Features * add permission check for custom button ([42b38b7](https://github.com/frappe/erpnext/commit/42b38b7998414985d8d1af08dbf4c66b09a063bc)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7c16817de44..acb6ef7e584 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.90.1" +__version__ = "14.91.0" def get_default_company(user=None):