From d82ab066bd67c6a4584f72c3bb8848da41496378 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Jan 2026 12:17:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.94.3 ## [15.94.3](https://github.com/frappe/erpnext/compare/v15.94.2...v15.94.3) (2026-01-14) ### Bug Fixes * **transaction.js:** use flt instead of cint for plc_conversion_rate ([9819ed1](https://github.com/frappe/erpnext/commit/9819ed112bdb4d1a8030a8a4155e64661e1cbdc2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f4534705fd5..5b076e38dc6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.94.2" +__version__ = "15.94.3" def get_default_company(user=None):