From d43862624a326fbc77f70f82ad1b16917b8b71a6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 13 May 2026 11:16:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.108.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [15.108.1](https://github.com/frappe/erpnext/compare/v15.108.0...v15.108.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 [#54907](https://github.com/frappe/erpnext/issues/54907)) ([#54917](https://github.com/frappe/erpnext/issues/54917)) ([dc4b9cc](https://github.com/frappe/erpnext/commit/dc4b9cc4bc8ce7b91d0fdbd70c3d2e08e38e15c6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2d17bd2f24e..8a5741e8ce5 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.108.0" +__version__ = "15.108.1" def get_default_company(user=None):