From 21d187302045476f1ceb5d0d86219389ab1e75b8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 14 Aug 2026 06:20:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.32.1 ## [16.32.1](https://github.com/frappe/erpnext/compare/v16.32.0...v16.32.1) (2026-08-14) ### Bug Fixes * ignore historical negative batch stock in outward validation (backport [#58148](https://github.com/frappe/erpnext/issues/58148)) (backport [#58151](https://github.com/frappe/erpnext/issues/58151)) ([#58153](https://github.com/frappe/erpnext/issues/58153)) ([e79b4ab](https://github.com/frappe/erpnext/commit/e79b4abe9d28d0bb6d7683bca150746911a4694f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 597db6905a4..2ace469058f 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.32.0" +__version__ = "16.32.1" def get_default_company(user=None):