From 5412ea0b8c11891165e33de3ca672e11a610ec80 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Aug 2026 07:29:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.32.2 ## [16.32.2](https://github.com/frappe/erpnext/compare/v16.32.1...v16.32.2) (2026-08-18) ### Bug Fixes * get items from sales order in sales invoice (backport [#58163](https://github.com/frappe/erpnext/issues/58163)) ([#58258](https://github.com/frappe/erpnext/issues/58258)) ([204f979](https://github.com/frappe/erpnext/commit/204f979f330ae87fb81420527765c6c8b3e6471a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2ace469058f..c4b79429a4b 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.1" +__version__ = "16.32.2" def get_default_company(user=None):