chore(release): Bumped to Version 15.10.5

## [15.10.5](https://github.com/frappe/erpnext/compare/v15.10.4...v15.10.5) (2024-01-24)

### Bug Fixes

* AttributeError in company transaction deletion ([3549cd3](3549cd39f1))
This commit is contained in:
Frappe PR Bot 2024-01-24 07:59:52 +00:00
parent 60c10f4457
commit cc195777f4

View File

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