chore(release): Bumped to Version 16.4.1

## [16.4.1](https://github.com/frappe/erpnext/compare/v16.4.0...v16.4.1) (2026-02-05)

### Bug Fixes

* stock balance report issue ([e009319](e0093199b1))
This commit is contained in:
Frappe PR Bot
2026-02-05 10:52:48 +00:00
parent bc9928b32b
commit d74a649016

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.4.0"
__version__ = "16.4.1"
def get_default_company(user=None):