From f106b9e884cc0063a7f1c15218361e2d44003021 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 22 Nov 2022 16:00:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.42.1 ## [13.42.1](https://github.com/frappe/erpnext/compare/v13.42.0...v13.42.1) (2022-11-22) ### Bug Fixes * Accounting Dimension filtering for Sales and Purchase Report ([58f3f2b](https://github.com/frappe/erpnext/commit/58f3f2b6d9e124c705c76e3536a308b4c6450bf8)) * cast POS query inputs to integers (backport [#32975](https://github.com/frappe/erpnext/issues/32975)) ([#32978](https://github.com/frappe/erpnext/issues/32978)) ([3aba14f](https://github.com/frappe/erpnext/commit/3aba14f71adaae18f2c11fe4ef187ca6fa6e011a)) * GP incorrect buying amount if no upd on SI and Delivery Note ([40bb2cb](https://github.com/frappe/erpnext/commit/40bb2cba933bfe07cc24df37c65495d66c9da4f2)) * incorrect fix of conversion factor in PP ([726c3d3](https://github.com/frappe/erpnext/commit/726c3d32be0af09965d2a405d8534e1a72553e19)) * linter issue ([72f9308](https://github.com/frappe/erpnext/commit/72f9308df612d3e7e5c69fe9ba3985d5570da113)) * make `is_internal_supplier` read-only ([30b5d1c](https://github.com/frappe/erpnext/commit/30b5d1c4006f613102fcb6f32920e09302331a6f)) * Opening journal entry templates ([4ad3e28](https://github.com/frappe/erpnext/commit/4ad3e28147c6b5b92c2e446740cf99b427b5add3)) * **pos:** item selector image border radius ([ab31eb4](https://github.com/frappe/erpnext/commit/ab31eb4ee7622780a910b2edac3447c0bec4a21b)) * **realtime:** Restrict updates to only last modified or current user ([#33034](https://github.com/frappe/erpnext/issues/33034)) ([ecdd849](https://github.com/frappe/erpnext/commit/ecdd8493ea9136e93d9dedfd53ea6825ff3add9a)) * use `list()` on self mutating iteration ([0070b5e](https://github.com/frappe/erpnext/commit/0070b5ef9afecfc0ab586acf809d0c50b9f77e03)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bd478a080e0..2606efa308c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.42.0" +__version__ = "13.42.1" def get_default_company(user=None):