From b6a36270b2b7196e72180e39bc32277683633673 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 Jan 2024 06:01:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.58.0 # [14.58.0](https://github.com/frappe/erpnext/compare/v14.57.0...v14.58.0) (2024-01-03) ### Bug Fixes * Add missing french translations (backport [#38368](https://github.com/frappe/erpnext/issues/38368)) ([#38513](https://github.com/frappe/erpnext/issues/38513)) ([2c90ee2](https://github.com/frappe/erpnext/commit/2c90ee23f9dd1f3011b063c7fc074e6d36f1e5f6)) * **DX:** capture tracebacks with context (backport [#39060](https://github.com/frappe/erpnext/issues/39060)) ([#39062](https://github.com/frappe/erpnext/issues/39062)) ([fe9acc8](https://github.com/frappe/erpnext/commit/fe9acc898ec51073a4a75e3cf20457f0cd161909)) * **Hierarchy Chart:** check if company is set before loading children ([#38985](https://github.com/frappe/erpnext/issues/38985)) ([e4d6df3](https://github.com/frappe/erpnext/commit/e4d6df39ff273402096c32ed0a1bc359d26bfee2)) * issue occured when creating supplier with contact details (backport [#38147](https://github.com/frappe/erpnext/issues/38147)) ([#39046](https://github.com/frappe/erpnext/issues/39046)) ([81ef7b4](https://github.com/frappe/erpnext/commit/81ef7b4c00c02226b2c1f87add9fd022e40a24c6)) * Opening balance in bank reconciliation tool ([#38977](https://github.com/frappe/erpnext/issues/38977)) ([a2cba1b](https://github.com/frappe/erpnext/commit/a2cba1bf237dd26e9cf9be7a4d903afc2441cdf6)) * remove bad defaults (backport [#38986](https://github.com/frappe/erpnext/issues/38986)) ([#38987](https://github.com/frappe/erpnext/issues/38987)) ([29d383a](https://github.com/frappe/erpnext/commit/29d383ad8b76179d977be9b78c891738fd9a3364)) * select options should dynamically load dimensions ([bfc94cf](https://github.com/frappe/erpnext/commit/bfc94cf284cd50af0a5f038b3ab1dfb4000d010d)) * take quantity into account when setting asset's gross purchase amt (backport [#39056](https://github.com/frappe/erpnext/issues/39056)) ([#39057](https://github.com/frappe/erpnext/issues/39057)) ([b8dce3e](https://github.com/frappe/erpnext/commit/b8dce3eeac8c8e6586e29aa7ab0b6eead318a7e2)) * undefined error in Budget Variance and Profitability report ([cad15cd](https://github.com/frappe/erpnext/commit/cad15cdec25d630dc14819647f745d8936c8f908)) * use `Stock Qty` while getting `POS Reserved Qty` (backport [#38962](https://github.com/frappe/erpnext/issues/38962)) ([#38982](https://github.com/frappe/erpnext/issues/38982)) ([7ad42ec](https://github.com/frappe/erpnext/commit/7ad42ec95749c0055a0dc6072024b497a1545d80)) * Validate account in Sales/Purchase Taxes and Charges Template ([#39013](https://github.com/frappe/erpnext/issues/39013)) ([c0b5980](https://github.com/frappe/erpnext/commit/c0b598074c3defaca233231646fb5d558236bbc8)) * work order with multi level, fetch operting cost from sub-assembly (backport [#38992](https://github.com/frappe/erpnext/issues/38992)) ([#39027](https://github.com/frappe/erpnext/issues/39027)) ([88e5c9e](https://github.com/frappe/erpnext/commit/88e5c9e61b27e15e75e3c8c1d060d8ae252ecd1b)) ### Features * Merge taxes from mapped docs ([#38346](https://github.com/frappe/erpnext/issues/38346)) ([c74e6aa](https://github.com/frappe/erpnext/commit/c74e6aaebb0b7900a92c53a53740c4f4d3540a1b)) * Show Ledger view for Purchase & Sales Register ([#38801](https://github.com/frappe/erpnext/issues/38801)) ([04fb215](https://github.com/frappe/erpnext/commit/04fb215ff51a7d36d90d3b3d9f9375035cee496e)) ### Performance Improvements * index item_code in bom explosion item (backport [#39085](https://github.com/frappe/erpnext/issues/39085)) ([#39087](https://github.com/frappe/erpnext/issues/39087)) ([558861b](https://github.com/frappe/erpnext/commit/558861b6341febc7e5499bffc691b05b18e72c7f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8386b715981..e5d05ff717f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.57.0" +__version__ = "14.58.0" def get_default_company(user=None):