From 0ec74b059e4a33014647e2bec83d7e9ba82ce543 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 19 Jun 2023 11:38:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.51.5 ## [13.51.5](https://github.com/frappe/erpnext/compare/v13.51.4...v13.51.5) (2023-06-19) ### Bug Fixes * Allocated amount validation for other party types ([#35741](https://github.com/frappe/erpnext/issues/35741)) ([75b3423](https://github.com/frappe/erpnext/commit/75b3423ab10f8c046d58805a95d5dbe19aa96fa9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 48a02af6213..975199a0656 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.51.4" +__version__ = "13.51.5" def get_default_company(user=None):