chore(release): Bumped to Version 16.13.1

## [16.13.1](https://github.com/frappe/erpnext/compare/v16.13.0...v16.13.1) (2026-04-09)

### Bug Fixes

* last SLE not updated in the file ([96446ed](96446ed78d))
This commit is contained in:
Frappe PR Bot
2026-04-09 04:50:03 +00:00
parent 3eb58b8d36
commit 62448d98de

View File

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