From 0b565026a4d179ee6eca5a1a9f47d7df87ab9f72 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Jan 2026 05:01:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.94.0 # [15.94.0](https://github.com/frappe/erpnext/compare/v15.93.2...v15.94.0) (2026-01-07) ### Bug Fixes * add company filters to project ([d6511b0](https://github.com/frappe/erpnext/commit/d6511b00451e713d85b99e195ad9afb9b35ab962)) * **journal entry:** use submission_queue to perform submit and cancel actions for rows over 100 ([1d58e9b](https://github.com/frappe/erpnext/commit/1d58e9b91a9d135919c76413881f0ffa6a7cf201)) * not able to submit backdated stock reco ([4b60979](https://github.com/frappe/erpnext/commit/4b6097914abfe5f602723dd83faeb1f0082f7e15)) * precision issue causing reservation error ([2d49cc9](https://github.com/frappe/erpnext/commit/2d49cc9ab28e49afbdb1e12a432d539a7c40427f)) * resolve conflict ([dbd2964](https://github.com/frappe/erpnext/commit/dbd2964139de1f66d39d40447c4ababf0e3a216d)) * SABB not cancelled on cancel of Stock Reco ([eebd885](https://github.com/frappe/erpnext/commit/eebd88529fe3f639f7437cb0f1c52cf736982b76)) * **stock:** prevent excess stock reservation ([4d31012](https://github.com/frappe/erpnext/commit/4d31012df23b359d84c434fe0b618d616d063986)) * **stock:** remove item image to avoid setting the image of previous item ([6f1cfdb](https://github.com/frappe/erpnext/commit/6f1cfdb1de987303c153a41cc4b26517258f1e54)) * **trial balance party:** add check for parties with zero credit and debit ([a0566c9](https://github.com/frappe/erpnext/commit/a0566c9e98b6c6e75ad9202bc882536f7b53d31f)) * update filters on period closing voucher ([728a8b0](https://github.com/frappe/erpnext/commit/728a8b0b7dfcfe04f67d4e0e542a0cd01af00f05)) ### Features * add default-age-range in accounts settings (backport [#51458](https://github.com/frappe/erpnext/issues/51458)) ([#51531](https://github.com/frappe/erpnext/issues/51531)) ([582db48](https://github.com/frappe/erpnext/commit/582db48ca521ad958ddb21b28ab383f624498971)) * allow data import for asset repair doctype ([dc10ef4](https://github.com/frappe/erpnext/commit/dc10ef4287d90028f9a4d2ea74b91af32e51d4de)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b9dfd4326d3..a0e7a435210 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.93.2" +__version__ = "15.94.0" def get_default_company(user=None):