From caf0f2cd193d3ab10f5732460d6cac3c020eddf8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 27 May 2025 11:46:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.10 ## [14.85.10](https://github.com/frappe/erpnext/compare/v14.85.9...v14.85.10) (2025-05-27) ### Bug Fixes * incorrect status in the serial no ([#47740](https://github.com/frappe/erpnext/issues/47740)) ([d37b12f](https://github.com/frappe/erpnext/commit/d37b12f38586b030db4eb86c29a4c86dbd06bdb4)) * incorrect valuation rate due to positive qty (backport [#47686](https://github.com/frappe/erpnext/issues/47686)) ([#47687](https://github.com/frappe/erpnext/issues/47687)) ([d5d4b3a](https://github.com/frappe/erpnext/commit/d5d4b3a7f3ed89301755d9438c11afc75241ca15)) * only include advances within the tcs period ([43aeff3](https://github.com/frappe/erpnext/commit/43aeff38aa29ce95d069b8e041fc9f8d439d565d)) * patch to rename group_by filter in custom reports (backport [#47709](https://github.com/frappe/erpnext/issues/47709)) ([#47729](https://github.com/frappe/erpnext/issues/47729)) ([70bcfb4](https://github.com/frappe/erpnext/commit/70bcfb47486829d7b7f86025dd1277c6455f47f6)) * rate changing while making PR (negative discount) (backport [#40539](https://github.com/frappe/erpnext/issues/40539)) ([#47735](https://github.com/frappe/erpnext/issues/47735)) ([70e6ea6](https://github.com/frappe/erpnext/commit/70e6ea6b3fbc62e6275e221cb9e341a3a01732c2)) * remove public access to list items (backport [#45838](https://github.com/frappe/erpnext/issues/45838)) ([5d9be73](https://github.com/frappe/erpnext/commit/5d9be7366b72064f758e4dc79f0eda3a1a36f404)) * skip last purchase rate for free item (backport [#47693](https://github.com/frappe/erpnext/issues/47693)) ([#47695](https://github.com/frappe/erpnext/issues/47695)) ([1f1cb33](https://github.com/frappe/erpnext/commit/1f1cb338feea1061a41bc226f5aa57cb3428d9ab)) * validation message format (backport [#47542](https://github.com/frappe/erpnext/issues/47542)) ([#47549](https://github.com/frappe/erpnext/issues/47549)) ([792f3af](https://github.com/frappe/erpnext/commit/792f3afa1b73b74f21787553816d7908fba914f2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c2416ed6cc8..b00d21436b2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.9" +__version__ = "14.85.10" def get_default_company(user=None):