From 5bbfb79cdce30b057db08ed258ac4c50f35032a1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 21 Mar 2026 08:34:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.13 ## [14.92.13](https://github.com/frappe/erpnext/compare/v14.92.12...v14.92.13) (2026-03-21) ### Bug Fixes * allow zero valuation rate ([7a98e13](https://github.com/frappe/erpnext/commit/7a98e13d7dba1982bd778758ffc0ed9a200b4013)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f8a5cd0b8ee..d8a8227c36a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.12" +__version__ = "14.92.13" def get_default_company(user=None):