From 2597eaad5195ea4a3c89e0c2fae29e62451b742c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 31 Mar 2026 14:30:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.103.1 ## [15.103.1](https://github.com/frappe/erpnext/compare/v15.103.0...v15.103.1) (2026-03-31) ### Bug Fixes * trigger release ([39aaefc](https://github.com/frappe/erpnext/commit/39aaefc2020d0f23f33f690cc744b5daaf88414f)) ### Reverts * botched backport (backport [#53967](https://github.com/frappe/erpnext/issues/53967)) ([#53968](https://github.com/frappe/erpnext/issues/53968)) ([75344e9](https://github.com/frappe/erpnext/commit/75344e9e8263ff72a3ce80ed1b23e63410aa804d)), closes [#53776](https://github.com/frappe/erpnext/issues/53776) [#53766](https://github.com/frappe/erpnext/issues/53766) [#53767](https://github.com/frappe/erpnext/issues/53767) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9f6ab46d491..2d5c9840d9d 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.103.0" +__version__ = "15.103.1" def get_default_company(user=None):