From c4b7b158240373566b2bf4325e87f87169c08285 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 13 May 2026 10:16:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [16.18.1](https://github.com/frappe/erpnext/compare/v16.18.0...v16.18.1) (2026-05-13) ### Reverts * Revert "fix: debit credit not equal in purchase transactions for mult… (backport [#54906](https://github.com/frappe/erpnext/issues/54906)) (backport [#54908](https://github.com/frappe/erpnext/issues/54908)) ([#54916](https://github.com/frappe/erpnext/issues/54916)) ([cfd3847](https://github.com/frappe/erpnext/commit/cfd384725550193e9a29246dadb3a5b5a7037b41)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 15e7db7c638..28eaa819026 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -6,7 +6,7 @@ import frappe from frappe.model.document import Document from frappe.utils.user import is_website_user -__version__ = "16.18.0" +__version__ = "16.18.1" def get_default_company(user=None):