From 9af618d6bf1df0f08d292bce6ad38761d01c6a17 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 1 Jun 2026 06:08:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.20.1 ## [16.20.1](https://github.com/frappe/erpnext/compare/v16.20.0...v16.20.1) (2026-06-01) ### Bug Fixes * billing address does not belongs to the company error ([d6b7791](https://github.com/frappe/erpnext/commit/d6b7791f18a4e34938a161b735a92f03c2daebf4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 48ab218d8c0..0d0f4eaa25d 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.20.0" +__version__ = "16.20.1" def get_default_company(user=None):