From 24103554f515dd40f52776fe9f053e8814bc07dd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 19 Oct 2023 11:36:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.5 ## [13.54.5](https://github.com/frappe/erpnext/compare/v13.54.4...v13.54.5) (2023-10-19) ### Bug Fixes * e-commerce permissions for address (backport [#37554](https://github.com/frappe/erpnext/issues/37554)) ([#37560](https://github.com/frappe/erpnext/issues/37560)) ([49d0ab5](https://github.com/frappe/erpnext/commit/49d0ab586720f30c77822c9aa599b601b89ebc64)) * **gp:** wrong `allocated_amount` on multi sales person invoice ([7805c3a](https://github.com/frappe/erpnext/commit/7805c3acf60e3f2dd27aadc5ba84a0dfa29c2339)) * Issues related to RFQ and Supplier Quotation on Portal (backport [#37565](https://github.com/frappe/erpnext/issues/37565)) (backport [#37577](https://github.com/frappe/erpnext/issues/37577)) ([#37588](https://github.com/frappe/erpnext/issues/37588)) ([bc907b2](https://github.com/frappe/erpnext/commit/bc907b22d404e8361932a56d930b1ef01aa47460)) * keep customer/supplier website role by default ([52aff1f](https://github.com/frappe/erpnext/commit/52aff1f70324edc2c40ad5af7faed23bc80e209a)) * negative valuation rate in PR return (backport [#37424](https://github.com/frappe/erpnext/issues/37424)) ([#37462](https://github.com/frappe/erpnext/issues/37462)) ([66ad823](https://github.com/frappe/erpnext/commit/66ad82341752b40bb1cfb98e1552d071afafbaec)) * use `flt` to ignore TypeError (backport [#37481](https://github.com/frappe/erpnext/issues/37481)) ([#37489](https://github.com/frappe/erpnext/issues/37489)) ([8b4e692](https://github.com/frappe/erpnext/commit/8b4e69235a7218b25a9c1212561ce58be576b1b2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 26a31058987..19e6e7eb55a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.4" +__version__ = "13.54.5" def get_default_company(user=None):