From 179b8c7c615d2ec295cfd90700e41e5be084c42e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 1 Jul 2025 11:59:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.86.5 ## [14.86.5](https://github.com/frappe/erpnext/compare/v14.86.4...v14.86.5) (2025-07-01) ### Bug Fixes * accounting entries for standalone credit notes ([15ae019](https://github.com/frappe/erpnext/commit/15ae0196c610722872920e8f3b63e28f68e3a57b)) * add validation for exchange gain/loss entries ([b98cce8](https://github.com/frappe/erpnext/commit/b98cce8b9acebadc569abeb8240bd47ae4ee522d)) * do not allow backdated transactions against serial numbers. ([#48281](https://github.com/frappe/erpnext/issues/48281)) ([945bdab](https://github.com/frappe/erpnext/commit/945bdabebb599992d13d177b6f4e035888bc0bf5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8e557950052..20239d05698 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.86.4" +__version__ = "14.86.5" def get_default_company(user=None):