From 48c3c80383998298b579ecb2a4d24957e39c6cdf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 25 Sep 2025 14:45:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.91.2 ## [14.91.2](https://github.com/frappe/erpnext/compare/v14.91.1...v14.91.2) (2025-09-25) ### Performance Improvements * reposting for backdated transactions ([f3da431](https://github.com/frappe/erpnext/commit/f3da431f1f642a7d58ee146069839aff1d42e875)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9a4f4211b04..e17b175cc09 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.91.1" +__version__ = "14.91.2" def get_default_company(user=None):