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](646de0bec1))
* remove ignore_permissions ([180f406](180f406917))

### Features

* add permission check for custom button ([42b38b7](42b38b7998))
This commit is contained in:
Frappe PR Bot
2025-09-16 14:41:37 +00:00
parent a9b7bc1385
commit b8ecc4274f

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.90.1"
__version__ = "14.91.0"
def get_default_company(user=None):