From aaeb3ab06cc3666ca56ed6b7a069f6dba8966a57 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 14 Aug 2025 06:03:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.75.1 ## [15.75.1](https://github.com/frappe/erpnext/compare/v15.75.0...v15.75.1) (2025-08-14) ### Bug Fixes * current qty for batch in stock reco ([de641d7](https://github.com/frappe/erpnext/commit/de641d7f68f94b255a870179fb98d1241c352c43)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 31383419625..b8489c1311d 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.75.0" +__version__ = "15.75.1" def get_default_company(user=None):