From a6b490e4b34347f58c863f2a8aaec7b1fe0cae43 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 30 Sep 2025 13:07:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.91.3 ## [14.91.3](https://github.com/frappe/erpnext/compare/v14.91.2...v14.91.3) (2025-09-30) ### Performance Improvements * reposting for backdated transactions ([3d51c1b](https://github.com/frappe/erpnext/commit/3d51c1b363c7d1e7a74cf56f3f317fa133f9753d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e17b175cc09..9334a928a0f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.91.2" +__version__ = "14.91.3" def get_default_company(user=None):