From 20af226947b525168653367235580130e3c9fffe Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 8 Jul 2025 12:54:12 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/bb901cab88a6fe0f2f2ecf4056dac2c55adb0dae)) * incorrect backport ([94a17b6](https://github.com/frappe/erpnext/commit/94a17b6ec26fab8260f276c36bbeb6dccc387d3d)) ### 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](https://github.com/frappe/erpnext/commit/711e06b537f2bf92963711e22f8e8951424bb041)) ### Reverts * do not convert exchange gain/loss amount to foreign currency ([083402e](https://github.com/frappe/erpnext/commit/083402e9a8ca2c6642599d6311ec185bee35bbf1)) * Revert "fix: stock reco qty with inventory dimension ([#47918](https://github.com/frappe/erpnext/issues/47918))" ([9207d79](https://github.com/frappe/erpnext/commit/9207d79ce65b7af7849379ac4544a0040939564c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 20239d05698..6618f4c6992 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.86.5" +__version__ = "14.87.0" def get_default_company(user=None):