From d791108649b7cb26bab643299a2d1e32467745d2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 22 Apr 2025 13:45:53 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/a766aa08379b61f002d8386871ed6183f673af77)) * rate based on posting date in Tax Withholding Report ([17dc87a](https://github.com/frappe/erpnext/commit/17dc87a2df13affdd9667bc9869bdf1ad047476e)) * respect mapped accounting dimensions ([e4c2442](https://github.com/frappe/erpnext/commit/e4c2442ba24bbcb649271c5021081da7be5f5aa0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8449f4b8f06..cf6eff73cb6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.4" +__version__ = "14.85.5" def get_default_company(user=None):