From 4c1befab8f0b8dfdcd6eb5acbffc15fb3d2db9f3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 19 Jun 2023 11:38:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.8 ## [14.27.8](https://github.com/frappe/erpnext/compare/v14.27.7...v14.27.8) (2023-06-19) ### Bug Fixes * Allocated amount validation for other party types ([#35741](https://github.com/frappe/erpnext/issues/35741)) ([3bf7115](https://github.com/frappe/erpnext/commit/3bf7115cdcc6d078f7397c53697fcd16acf2cf52)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 60d0653a9dac..a36cdb55093f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.27.7" +__version__ = "14.27.8" def get_default_company(user=None):