From 7098602dccf012a88683da862828899e245e5525 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 Jul 2026 05:19:18 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.118.3 ## [15.118.3](https://github.com/frappe/erpnext/compare/v15.118.2...v15.118.3) (2026-07-30) ### Bug Fixes * **italy:** skip e-invoicing for opening invoices ([4f07e25](https://github.com/frappe/erpnext/commit/4f07e2503b4fa7895c0d7d8c78cf9436769049bc)) * **stock:** keep manufactured item rate at zero when inputs are free (backport [#57334](https://github.com/frappe/erpnext/issues/57334)) ([#57512](https://github.com/frappe/erpnext/issues/57512)) ([ade3f79](https://github.com/frappe/erpnext/commit/ade3f791a40322c68cfdcacaa79b4b4350d51764)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3dadf48d597..04397b6c2c5 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.118.2" +__version__ = "15.118.3" def get_default_company(user=None):