chore(release): Bumped to Version 15.10.1

## [15.10.1](https://github.com/frappe/erpnext/compare/v15.10.0...v15.10.1) (2024-01-15)

### Bug Fixes

* SBB Total Qty validation for SE (backport [#39335](https://github.com/frappe/erpnext/issues/39335)) (backport [#39348](https://github.com/frappe/erpnext/issues/39348)) ([#39353](https://github.com/frappe/erpnext/issues/39353)) ([b8f4c31](b8f4c3193a))
This commit is contained in:
Frappe PR Bot 2024-01-15 06:47:45 +00:00
parent 1503ba92e3
commit 8a356cbe51

View File

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