From 792de1be03cc93e3a33378019d6a8cb42bda56cb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 26 Feb 2024 07:33:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.7 ## [15.14.7](https://github.com/frappe/erpnext/compare/v15.14.6...v15.14.7) (2024-02-26) ### Bug Fixes * Issues regarding asset cancellation and deletion ([6fc4dac](https://github.com/frappe/erpnext/commit/6fc4dac4db0e9c6cbbb90f5848a35e98bbe4f422)) * removed unwanted patch ([3c98368](https://github.com/frappe/erpnext/commit/3c98368e4552eeff152526a3ce337b418190c4b7)) * resolved conflict ([fc565ec](https://github.com/frappe/erpnext/commit/fc565ecd996da72e28b452598a784788008d299b)) * resolved conflict ([d196aa5](https://github.com/frappe/erpnext/commit/d196aa5a361154f5c846bb7ef81c52704d5ec6eb)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8a66788a020..778bdd20f34 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.6" +__version__ = "15.14.7" def get_default_company(user=None):