From 67d7ffa4309459494735f51d2535f2922c446be9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 25 Mar 2025 12:25:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.84.0 # [14.84.0](https://github.com/frappe/erpnext/compare/v14.83.4...v14.84.0) (2025-03-25) ### Bug Fixes * assign dialog instance to a variable in update_child_items function ([690a939](https://github.com/frappe/erpnext/commit/690a93957230438510df2e1ade3febe4bde31c31)) * customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([331ecc1](https://github.com/frappe/erpnext/commit/331ecc196406d81b06aee097b47853e7033b9a43)) * do not validate if conversion rate is 1 for different currency ([c3447c0](https://github.com/frappe/erpnext/commit/c3447c030ac83b2b7f010f9981398e20583d7706)) * fix lint issues with trailing whitespaces ([df64d2e](https://github.com/frappe/erpnext/commit/df64d2ef4ead4d414a30d0147cec1b035daaa178)) * removed test case ([509c5c4](https://github.com/frappe/erpnext/commit/509c5c4d17f4f3b4637a6ddd3c7f0192d62e7d55)) ### Features * repost accounting ledger for purchase receipt ([88e664b](https://github.com/frappe/erpnext/commit/88e664b79fd02eb4a29c11daec27cc382b548709)) ### Performance Improvements * timeout while renaming cost center ([b9b08c3](https://github.com/frappe/erpnext/commit/b9b08c35efc13de0a362fe20f9290464d6d4ed20)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index edf1360090b..9a4198b2ae0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.83.4" +__version__ = "14.84.0" def get_default_company(user=None):