From 271d0a301fd41e3a510004ca1b323f89942094a1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 May 2025 14:02:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.8 ## [14.85.8](https://github.com/frappe/erpnext/compare/v14.85.7...v14.85.8) (2025-05-13) ### Bug Fixes * broken test suite due to incorrect OR filter ([949ed59](https://github.com/frappe/erpnext/commit/949ed59f848cf9e5257307ff142d540c31882932)) * ignore "Account Closing Balance" doctype on Period Closing Voucher cancellation ([a04feff](https://github.com/frappe/erpnext/commit/a04feff2646e037536c3abd1c6a71f49ea40fc4b)) * typo in event.js ([2389fd5](https://github.com/frappe/erpnext/commit/2389fd51456eeace37958223a5fc10d20b69be96)) * warning message for COGS account in the stock entry ([1bbbd26](https://github.com/frappe/erpnext/commit/1bbbd261cbb6a6c6eac2a56cbf15384e564fab2e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9a36443fab8..64414de5747 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.7" +__version__ = "14.85.8" def get_default_company(user=None):