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](15ae0196c6))
* add validation for exchange gain/loss entries ([b98cce8](b98cce8b9a))
* do not allow backdated transactions against serial numbers. ([#48281](https://github.com/frappe/erpnext/issues/48281)) ([945bdab](945bdabebb))
This commit is contained in:
Frappe PR Bot
2025-07-01 11:59:12 +00:00
parent b107387dda
commit 179b8c7c61

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.86.4"
__version__ = "14.86.5"
def get_default_company(user=None):