From 62448d98def6fc6a195686d16bc66474dd05a6cf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 Apr 2026 04:50:03 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/96446ed78d3307643a3b2852db9b4010b9b2bd63)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 172e697bbab..5d54b093319 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.13.0" +__version__ = "16.13.1" def get_default_company(user=None):