From 3248415667e7f1f1d64667764182d51ca6ae99e6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 16 Apr 2025 04:02:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.4 ## [14.85.4](https://github.com/frappe/erpnext/compare/v14.85.3...v14.85.4) (2025-04-16) ### Bug Fixes * correct doctype in item_wise_purchase register ([6ec33c0](https://github.com/frappe/erpnext/commit/6ec33c0098ca819768925f342850e3c09a5f9699)) * go for lower case "on" because we already have translations for that ([056cc35](https://github.com/frappe/erpnext/commit/056cc35379622b17e73619f2d4c40311ed805255)) * make report's "printed on" translatable ([f1a8643](https://github.com/frappe/erpnext/commit/f1a864349ebb3154b40bdde21ed881e4efb82a83)) * **Payment Entry:** set account type if missing (backport [#47069](https://github.com/frappe/erpnext/issues/47069)) (backport [#47070](https://github.com/frappe/erpnext/issues/47070)) ([#47072](https://github.com/frappe/erpnext/issues/47072)) ([b88f6c1](https://github.com/frappe/erpnext/commit/b88f6c125239d404312db67d85db61901f93fe5f)) * remove redundant letter head ([033fa09](https://github.com/frappe/erpnext/commit/033fa09eb46f3bbfa8195d94b2b872cbae521723)) * revert [#46900](https://github.com/frappe/erpnext/issues/46900) - against_voucher filter in general ledger ([5844aaf](https://github.com/frappe/erpnext/commit/5844aafd1257e34a226f0c287c8868f6aeec9d69)) * serial no validation for stock reconciliation ([a3d4d34](https://github.com/frappe/erpnext/commit/a3d4d344542c70ce62cffcee7dd0315d11d03bd2)) * stock entry repack amount calculation ([253a067](https://github.com/frappe/erpnext/commit/253a0675924526811c990079eb845b7ea0fcd002)) * update the modified date in for SLEs and GLs after rename ([8801584](https://github.com/frappe/erpnext/commit/8801584c8d7cca8d3ea78f5e26615db7060395f8)) ### Performance Improvements * stock ageing report generation ([7a74dac](https://github.com/frappe/erpnext/commit/7a74dac2c2370a22ed2cf6d31563bb407e657902)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0bc407d0117..8449f4b8f06 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.3" +__version__ = "14.85.4" def get_default_company(user=None):