From d47aa4917a7eec2be2031b7dc94188c196c34cfa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 19 Jun 2026 08:39:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.23.1 ## [16.23.1](https://github.com/frappe/erpnext/compare/v16.23.0...v16.23.1) (2026-06-19) ### Bug Fixes * type def in get_linked_payments (backport [#56100](https://github.com/frappe/erpnext/issues/56100)) ([#56133](https://github.com/frappe/erpnext/issues/56133)) ([6569fa2](https://github.com/frappe/erpnext/commit/6569fa2b9fa10afa169f4d97b6aa2ab586fa40f8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 12fb040b37e..62d3ea7b415 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.23.0" +__version__ = "16.23.1" def get_default_company(user=None):