From c805c7fac460af0b97cebc9aadd857b85df6adca Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 8 Jan 2026 08:16:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.94.1 ## [15.94.1](https://github.com/frappe/erpnext/compare/v15.94.0...v15.94.1) (2026-01-08) ### Bug Fixes * remove posting date & time on SRE batch validation ([69259c9](https://github.com/frappe/erpnext/commit/69259c9933f6104cd2df3f1ad081d7d113d6c6dc)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a0e7a435210..2c4eae39a31 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.0" +__version__ = "15.94.1" def get_default_company(user=None):