From 4ef07f97c9696debbc8a3e6e12520299f7666530 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 Oct 2025 15:42:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.85.1 ## [15.85.1](https://github.com/frappe/erpnext/compare/v15.85.0...v15.85.1) (2025-10-30) ### Bug Fixes * **pos:** order pos invoices by timestamp ([8bd1e8f](https://github.com/frappe/erpnext/commit/8bd1e8ff74dc6f50c1161c4df865ad59c0518a3d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bf09519b470..32d2669edfc 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.85.0" +__version__ = "15.85.1" def get_default_company(user=None):