From 66f1e2a0760fa8a29af591ea5774313aebdc15ec Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 7 Oct 2025 13:18:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.0 # [14.92.0](https://github.com/frappe/erpnext/compare/v14.91.3...v14.92.0) (2025-10-07) ### Bug Fixes * **Common Code:** fetch canonical URI from Code List (backport [#49882](https://github.com/frappe/erpnext/issues/49882)) ([#49883](https://github.com/frappe/erpnext/issues/49883)) ([9b5183e](https://github.com/frappe/erpnext/commit/9b5183e0e5bd3077a2e36c746db6b602d3d08155)) * do not fetch disabled item tax template ([dcae024](https://github.com/frappe/erpnext/commit/dcae024fd2de546364951e3979c34cc1df10c752)) * linter; dont change doc after DB update (backport [#49907](https://github.com/frappe/erpnext/issues/49907)) ([#49909](https://github.com/frappe/erpnext/issues/49909)) ([30a6fe5](https://github.com/frappe/erpnext/commit/30a6fe55cae83c2836ed5270814e096c53cf25f8)) * resolved conflict ([2c383a6](https://github.com/frappe/erpnext/commit/2c383a69f94fa3f18f8aaf945f6ae0f79ff3bd2e)) * Set paid amount automatically only if return entry validated and has negative grand total ([#49829](https://github.com/frappe/erpnext/issues/49829)) ([b7d76d8](https://github.com/frappe/erpnext/commit/b7d76d8fad5e92a60a5e5f3f819f8d5ef314f63e)) ### Features * dynamic due date in payment terms when fetched from order (backport [#48864](https://github.com/frappe/erpnext/issues/48864)) ([#49937](https://github.com/frappe/erpnext/issues/49937)) ([d82106c](https://github.com/frappe/erpnext/commit/d82106cb76122a1f3dedba88a30c0ff111a1ef0c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9334a928a0f..d35db67694c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.91.3" +__version__ = "14.92.0" def get_default_company(user=None):