From 182b9892fc25e60385a075d285832a740aaa4420 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 6 May 2025 14:13:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.7 ## [14.85.7](https://github.com/frappe/erpnext/compare/v14.85.6...v14.85.7) (2025-05-06) ### Bug Fixes * backward compatibility for renamed group_by filter on reports (backport [#47362](https://github.com/frappe/erpnext/issues/47362)) ([#47402](https://github.com/frappe/erpnext/issues/47402)) ([378821d](https://github.com/frappe/erpnext/commit/378821d9e661a149a70bf46a8f32835c7a5c09cb)) * change shipping address fetching condition ([8e0bd97](https://github.com/frappe/erpnext/commit/8e0bd976c3f80af123a5c45bb2ec909edd360beb)) * completed transactions showing in the list (backport [#47374](https://github.com/frappe/erpnext/issues/47374)) ([#47378](https://github.com/frappe/erpnext/issues/47378)) ([b507e63](https://github.com/frappe/erpnext/commit/b507e63375ac11b1dfa2f638f5dbb5e36744761c)) * do not allocate amount when ref's doctype or name are not set ([f278120](https://github.com/frappe/erpnext/commit/f278120aa0703eb5a4812dc61e142f9e9addf149)) * rename unchanged group_by filter related to general ledger report (backport [#47366](https://github.com/frappe/erpnext/issues/47366)) ([#47404](https://github.com/frappe/erpnext/issues/47404)) ([d41fec7](https://github.com/frappe/erpnext/commit/d41fec7d2b5ff14b1ccb078b1000094fa8f4b52b)) * renaming group by fieldname and value in reports (backport [#47352](https://github.com/frappe/erpnext/issues/47352)) ([#47359](https://github.com/frappe/erpnext/issues/47359)) ([27a8856](https://github.com/frappe/erpnext/commit/27a8856dcab88b74794472e2a9c6a8e8e46321f7)) * show party type in due date exceeding message ([4376fbc](https://github.com/frappe/erpnext/commit/4376fbc3ed162d330502d9f8b915fc8a21b2e2b2)) * validation for difference account ([150cc5a](https://github.com/frappe/erpnext/commit/150cc5a664e0b6eb8db2d38f7faf98a2c4feb72a)) * warning message before changing the valuation method (backport [#47340](https://github.com/frappe/erpnext/issues/47340)) ([#47341](https://github.com/frappe/erpnext/issues/47341)) ([b13e0a6](https://github.com/frappe/erpnext/commit/b13e0a6b9fdc125434721a0b75480c10765d2813)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d270de8355d..9a36443fab8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.6" +__version__ = "14.85.7" def get_default_company(user=None):