From 6a53e823f076589db6313b04877ec46b60b056bc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Nov 2023 06:04:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.10 ## [13.54.10](https://github.com/frappe/erpnext/compare/v13.54.9...v13.54.10) (2023-11-08) ### Bug Fixes * add missing disbursement account in update_old_loans patch ([37b1a0e](https://github.com/frappe/erpnext/commit/37b1a0e778e972d131f39f062cdd6b32282e0658)) * bump pygithub requirement to handle conflict ([#37800](https://github.com/frappe/erpnext/issues/37800)) ([13d5eec](https://github.com/frappe/erpnext/commit/13d5eec194ae8cc0110bbaaccf310f29f3900e20)) * e-invoice jwt verification error ([#37818](https://github.com/frappe/erpnext/issues/37818)) ([8f4ded6](https://github.com/frappe/erpnext/commit/8f4ded6ad1f7d5145d5b4ed33a049b4a4a4c16b6)) * permission error while creating Supplier Quotation from Portal (backport [#37864](https://github.com/frappe/erpnext/issues/37864)) ([#37872](https://github.com/frappe/erpnext/issues/37872)) ([6952f0f](https://github.com/frappe/erpnext/commit/6952f0f0827ec423050401c4f1262b359099a342)) * Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499](https://github.com/frappe/erpnext/issues/37499)) ([#37918](https://github.com/frappe/erpnext/issues/37918)) ([4789eca](https://github.com/frappe/erpnext/commit/4789ecacea020a807f13d112d1e327e78af8772d)) * remove voucher type and no for Item and Warehouse based reposting (backport [#37849](https://github.com/frappe/erpnext/issues/37849)) (backport [#37850](https://github.com/frappe/erpnext/issues/37850)) ([#37938](https://github.com/frappe/erpnext/issues/37938)) ([8cb0f69](https://github.com/frappe/erpnext/commit/8cb0f690d5f39b29bae3692822c6ac1d5eaa5b30)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3feb3a2c8e6..d992afce9f2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.9" +__version__ = "13.54.10" def get_default_company(user=None):