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](d6b7791f18))
This commit is contained in:
Frappe PR Bot
2026-06-01 06:08:21 +00:00
parent 3c3cde4362
commit 9af618d6bf

View File

@@ -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):