From 9c2b4f611d642c4fd65eaad77bc98d611eed8e93 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 5 Feb 2026 10:53:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.96.1 ## [15.96.1](https://github.com/frappe/erpnext/compare/v15.96.0...v15.96.1) (2026-02-05) ### Bug Fixes * stock balance report issue ([3d525ad](https://github.com/frappe/erpnext/commit/3d525addbecbdd99d1b32d9cce2400208848e54a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 129a7ceeb7f..862c1758fb2 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.96.0" +__version__ = "15.96.1" def get_default_company(user=None):