chore(release): Bumped to Version 14.85.5

## [14.85.5](https://github.com/frappe/erpnext/compare/v14.85.4...v14.85.5) (2025-04-22)

### Bug Fixes

* create default warehouse ([#47125](https://github.com/frappe/erpnext/issues/47125)) ([a766aa0](a766aa0837))
* rate based on posting date in Tax Withholding Report ([17dc87a](17dc87a2df))
* respect mapped accounting dimensions ([e4c2442](e4c2442ba2))
This commit is contained in:
Frappe PR Bot
2025-04-22 13:45:53 +00:00
parent 0d84059fde
commit d791108649

View File

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