From b3a9c1eb2a41a20a1cdfa2b0fb7baf1309d51d07 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Dec 2022 12:31:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.42.4 ## [13.42.4](https://github.com/frappe/erpnext/compare/v13.42.3...v13.42.4) (2022-12-13) ### Bug Fixes * `Enough Parts to Build` in `BOM Stock Report` ([50b2898](https://github.com/frappe/erpnext/commit/50b2898a2c13ffe5a71eea3242b771d11ba8abb5)) * `Material Request` reference in internal `Sales Order` ([988a327](https://github.com/frappe/erpnext/commit/988a327b58b6dee234103c86f552b1d705e1d4df)) * incorrect balance on parent company due to key mismatch ([b17ac52](https://github.com/frappe/erpnext/commit/b17ac522f5aa5d16d77f048999dd1f5abd8bb402)) * order status in `Production Planning Report` ([2880469](https://github.com/frappe/erpnext/commit/2880469706fc69778218849b231dc2166801912b)) ### Performance Improvements * add indexes on payment entry reference (backport [#33288](https://github.com/frappe/erpnext/issues/33288)) ([#33290](https://github.com/frappe/erpnext/issues/33290)) ([45f79ef](https://github.com/frappe/erpnext/commit/45f79ef6444b9ae99603fa4b5a731a80a4e69636)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c5ef6a35ebe..11d6cc3fd0d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.42.3" +__version__ = "13.42.4" def get_default_company(user=None):