chore(release): Bumped to Version 16.19.1

## [16.19.1](https://github.com/frappe/erpnext/compare/v16.19.0...v16.19.1) (2026-05-20)

### Bug Fixes

* faster range calculation on process period closing voucher ([fa4aa0c](fa4aa0c1b6))
This commit is contained in:
Frappe PR Bot
2026-05-20 07:25:32 +00:00
parent e4e796146d
commit 6ef4a2d82c

View File

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