From 214861d68f81158d1c4dcac493dfbd2243c3e29e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Dec 2023 16:12:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.54.0 # [14.54.0](https://github.com/frappe/erpnext/compare/v14.53.0...v14.54.0) (2023-12-12) ### Bug Fixes * 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697](https://github.com/frappe/erpnext/issues/38697)) ([753a1b5](https://github.com/frappe/erpnext/commit/753a1b511d2696d241625f285a7db59e29092bd3)) * calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636](https://github.com/frappe/erpnext/issues/38636)) ([008400d](https://github.com/frappe/erpnext/commit/008400d287c26f78909abb1b09bb52a5ea94c1b3)) * format only if searched text contain link value text ([b28deaa](https://github.com/frappe/erpnext/commit/b28deaae2c0e3784c7cbe585ded11d5354d65c9c)) * limit end date to current date ([cbe15e1](https://github.com/frappe/erpnext/commit/cbe15e159a3f97f2e057df74370dbd35b0c661b1)) * typo in unittest ([#38673](https://github.com/frappe/erpnext/issues/38673)) ([c87a3c7](https://github.com/frappe/erpnext/commit/c87a3c7793d577a6544b65148f59899a14e19b8b)) * **ux:** don't update qty blindly (backport [#38608](https://github.com/frappe/erpnext/issues/38608)) ([#38638](https://github.com/frappe/erpnext/issues/38638)) ([29cd474](https://github.com/frappe/erpnext/commit/29cd474f44844ace9409cf4f304ef950a84f5616)) ### Features * add employee number to client user bootinfo (backport [#38477](https://github.com/frappe/erpnext/issues/38477)) ([#38602](https://github.com/frappe/erpnext/issues/38602)) ([c2a137f](https://github.com/frappe/erpnext/commit/c2a137f0fb48e9322436ada3e3cce849a236d231)) ### Reverts * Revert "refactor: bank transaction (backport #38182)" (#38653) ([7813efa](https://github.com/frappe/erpnext/commit/7813efad356a56de595f887896562818f43cae23)), closes [#38182](https://github.com/frappe/erpnext/issues/38182) [#38653](https://github.com/frappe/erpnext/issues/38653) [#38182](https://github.com/frappe/erpnext/issues/38182) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8406ce635b9..0cdb9d54802 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.53.0" +__version__ = "14.54.0" def get_default_company(user=None):