From b6229515efc2c495de4a9d172b3057ce5c670d2b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 5 Dec 2023 13:50:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.55.0 # [13.55.0](https://github.com/frappe/erpnext/compare/v13.54.14...v13.55.0) (2023-12-05) ### Bug Fixes * consider the `Valuation Method` while picking incorrect SLE (backport [#38592](https://github.com/frappe/erpnext/issues/38592)) ([#38596](https://github.com/frappe/erpnext/issues/38596)) ([1b78dd1](https://github.com/frappe/erpnext/commit/1b78dd17c97c0565d20857fff4af7a201ea67959)) * make create button translatable (backport [#38165](https://github.com/frappe/erpnext/issues/38165)) ([#38412](https://github.com/frappe/erpnext/issues/38412)) ([bd371e6](https://github.com/frappe/erpnext/commit/bd371e697cdef11293dc25eca40b5553e3e872a1)) * show difference amount in default currency ([6f44a16](https://github.com/frappe/erpnext/commit/6f44a1630f56a940dda7ff69cf9e9d06040ae813)) * update voucher currency for allocated entry ([3dfc145](https://github.com/frappe/erpnext/commit/3dfc1450a1551640c6105040e8425b8e3c933b63)) ### Features * `Company` filter in `Stock Ledger Variance` report (backport [#38553](https://github.com/frappe/erpnext/issues/38553)) ([#38575](https://github.com/frappe/erpnext/issues/38575)) ([77e01eb](https://github.com/frappe/erpnext/commit/77e01ebacfa91a03d9ec9ec8de9e153633d7e9ad)) * add currency column for allocated entries ([835c85a](https://github.com/frappe/erpnext/commit/835c85a0877b03a3c73f2a11a505091f357621c5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 40c52f06799..b56adb046ba 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.14" +__version__ = "13.55.0" def get_default_company(user=None):