From f54933e6571c0e6bd8c0ebbaa7eded57dbf73a4f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 25 Sep 2025 15:14:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.80.1 ## [15.80.1](https://github.com/frappe/erpnext/compare/v15.80.0...v15.80.1) (2025-09-25) ### Bug Fixes * remove item name to avoid overriding item row name ([a80e0d9](https://github.com/frappe/erpnext/commit/a80e0d9d3904495f7ba036decad5544cf3cb379c)) ### Performance Improvements * reposting for backdated transactions ([f43fac5](https://github.com/frappe/erpnext/commit/f43fac50edc9bf8e0781efc5a2858ba95fd18985)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c0c76f604c3..6b2e9750ff3 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.80.0" +__version__ = "15.80.1" def get_default_company(user=None):