From 01fc5f6865062933e0e3857eaba27b726ffe8e3e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 21 Nov 2023 18:56:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.12 ## [13.54.12](https://github.com/frappe/erpnext/compare/v13.54.11...v13.54.12) (2023-11-21) ### Bug Fixes * `get_previous_allocation` return value ([6cb8a40](https://github.com/frappe/erpnext/commit/6cb8a403392b52e09d901f5b4d10b63e2b61d2f7)) * backward compatible query without pluck ([958db77](https://github.com/frappe/erpnext/commit/958db77cda2e32486298baaac934510fa1fddd14)) * pass check permission in render_address ([65ae8d9](https://github.com/frappe/erpnext/commit/65ae8d9c058f706c2ecfc5fd53c8abc572c26b7b)) * **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134](https://github.com/frappe/erpnext/issues/38134)) ([#38154](https://github.com/frappe/erpnext/issues/38154)) ([1e43605](https://github.com/frappe/erpnext/commit/1e436052e2d90c7ddfabb069727c432201ceeb0d)) * **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239](https://github.com/frappe/erpnext/issues/38239)) ([#38242](https://github.com/frappe/erpnext/issues/38242)) ([a9429e1](https://github.com/frappe/erpnext/commit/a9429e160d38ff9978d5820ea4ed516d8e287642)) * use `get_all` instead of `get_list` ([4b8ed0f](https://github.com/frappe/erpnext/commit/4b8ed0f6aeec314bb87784f9b7ccbdd65456e637)) ### Performance Improvements * index most queried fields in Leave Ledger Entry ([eea7bbc](https://github.com/frappe/erpnext/commit/eea7bbcea7140e50817659f4af32d23a4dc9ae19)) * limit rows to 1 for cf leave expiry query ([635c3d5](https://github.com/frappe/erpnext/commit/635c3d54f5ea30c63d30ab95f27808fafa4067ed)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 61a40d33092..84404966b28 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.11" +__version__ = "13.54.12" def get_default_company(user=None):