From b0708d29a85cc4f25da21284c945e492a7e332c1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Oct 2023 04:15:19 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.0 # [13.54.0](https://github.com/frappe/erpnext/compare/v13.53.0...v13.54.0) (2023-10-04) ### Bug Fixes * incorrect stock ledger entries in DN (backport [#36944](https://github.com/frappe/erpnext/issues/36944)) ([#37067](https://github.com/frappe/erpnext/issues/37067)) ([5833c4d](https://github.com/frappe/erpnext/commit/5833c4dae252c23c87379e02274470d899780e8e)) * trial balance report freezes when adding filters (backport [#37264](https://github.com/frappe/erpnext/issues/37264)) ([#37267](https://github.com/frappe/erpnext/issues/37267)) ([ff6b38c](https://github.com/frappe/erpnext/commit/ff6b38c9e7a3115d4fbf5fc8ff21fe0f3bb12b10)) * Update `advance_paid` in SO/PO after unlinking from advance entry ([a6bef64](https://github.com/frappe/erpnext/commit/a6bef64c8e89cfd3c60612a61cb917fe26f316a5)) ### Features * `Stock Ledger Variance` report (backport [#37165](https://github.com/frappe/erpnext/issues/37165)) ([#37184](https://github.com/frappe/erpnext/issues/37184)) ([5092ea1](https://github.com/frappe/erpnext/commit/5092ea175eb9ac9c827c9f0bfc8a26d2c39b346e)) * provision to make reposting entries from Stock and Account Value Comparison Report (backport [#35365](https://github.com/frappe/erpnext/issues/35365)) ([#37171](https://github.com/frappe/erpnext/issues/37171)) ([48eb6a6](https://github.com/frappe/erpnext/commit/48eb6a65733205f26642cfd09333a4eb260dcc9b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4dded81c32f..6472f1fa180 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.53.0" +__version__ = "13.54.0" def get_default_company(user=None):