From 9a0b54c649be924a23d6f1db7675f9df01416ebb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 19 Feb 2026 05:04:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.6.1 ## [16.6.1](https://github.com/frappe/erpnext/compare/v16.6.0...v16.6.1) (2026-02-19) ### Bug Fixes * better permissions on make payment request ([78fc942](https://github.com/frappe/erpnext/commit/78fc9424d9085c2eafe1211931e22d7044f85fc7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 424779a2599..15589b1dc24 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.6.0" +__version__ = "16.6.1" def get_default_company(user=None):