From a1c43ae9133647cfec29487f54d8980af4d5e614 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 11 Apr 2026 05:05:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.13.3 ## [16.13.3](https://github.com/frappe/erpnext/compare/v16.13.2...v16.13.3) (2026-04-11) ### Bug Fixes * timer not showing in job card (backport [#53839](https://github.com/frappe/erpnext/issues/53839)) (backport [#54212](https://github.com/frappe/erpnext/issues/54212)) ([#54213](https://github.com/frappe/erpnext/issues/54213)) ([93ede5b](https://github.com/frappe/erpnext/commit/93ede5b7646e34b20710cb1087ce22ad053c3d2f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6d221e5bbc4..8ce1d061001 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.2" +__version__ = "16.13.3" def get_default_company(user=None):