chore(release): Bumped to Version 14.87.0

# [14.87.0](https://github.com/frappe/erpnext/compare/v14.86.5...v14.87.0) (2025-07-08)

### Bug Fixes

* fetch from parent optional in inventory dimension ([bb901ca](bb901cab88))
* incorrect backport ([94a17b6](94a17b6ec2))

### Features

* Period-wise closing entries for TB (backport [#39712](https://github.com/frappe/erpnext/issues/39712)) ([#48386](https://github.com/frappe/erpnext/issues/48386)) ([711e06b](711e06b537))

### Reverts

* do not convert exchange gain/loss amount to foreign currency ([083402e](083402e9a8))
* Revert "fix: stock reco qty with inventory dimension ([#47918](https://github.com/frappe/erpnext/issues/47918))" ([9207d79](9207d79ce6))
This commit is contained in:
Frappe PR Bot
2025-07-08 12:54:12 +00:00
parent 7f26b1d5a2
commit 20af226947

View File

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