chore(release): Bumped to Version 15.109.1

## [15.109.1](https://github.com/frappe/erpnext/compare/v15.109.0...v15.109.1) (2026-05-29)

### Bug Fixes

* material transfer in transit issue (backport [#55320](https://github.com/frappe/erpnext/issues/55320)) (backport [#55324](https://github.com/frappe/erpnext/issues/55324)) ([#55404](https://github.com/frappe/erpnext/issues/55404)) ([bfdf1e4](bfdf1e43f9))
This commit is contained in:
Frappe PR Bot
2026-05-29 12:07:01 +00:00
parent bfdf1e43f9
commit 9e7b03173d

View File

@@ -4,7 +4,7 @@ import inspect
import frappe
from frappe.utils.user import is_website_user
__version__ = "15.109.0"
__version__ = "15.109.1"
def get_default_company(user=None):