From fb2a4e5f98c8e900648dd4d55de8b91b41a0dab3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 Jul 2026 02:28:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.117.0 # [15.117.0](https://github.com/frappe/erpnext/compare/v15.116.0...v15.117.0) (2026-07-15) ### Bug Fixes * allow barcode scan to add and increment items in pick list ([bb5be10](https://github.com/frappe/erpnext/commit/bb5be1037273c1ad656a0674f46d709d23895d3f)) * **asset:** allow asset repair creation for fully depreciated assets (backport [#55276](https://github.com/frappe/erpnext/issues/55276)) ([e4d2a96](https://github.com/frappe/erpnext/commit/e4d2a960d2f77a14ed82408726563ce3a9ef3b55)) * **journal-entry:** fetch outstanding on foreign currency ([ace51fc](https://github.com/frappe/erpnext/commit/ace51fccfa9c893863480c715e17935b49c8a2f9)) * **manufacturing:** preserve job card transferred quantity ([fc4ac7a](https://github.com/frappe/erpnext/commit/fc4ac7a4418a4692b9929f4a596817c817b7050c)) * **stock:** fix sqlparse token limit in get_bundle_wise_serial_nos ([cc45743](https://github.com/frappe/erpnext/commit/cc457433fe733baeee0d9dc9b0d3c0934484d788)) * **stock:** show qty (company) and qty (warehouse) in sales transactions ([8086542](https://github.com/frappe/erpnext/commit/80865428852eb88c108e9f4611b4ad2f0720656b)) ### Features * faster (synced) financial statements using duckdb (backport [#56304](https://github.com/frappe/erpnext/issues/56304)) ([#57093](https://github.com/frappe/erpnext/issues/57093)) ([a6a887f](https://github.com/frappe/erpnext/commit/a6a887f8337adf817c94abf0f7e4174c56f0110d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb982e4da9e..e0a48ed9719 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.116.0" +__version__ = "15.117.0" def get_default_company(user=None):