From f3f6d35a846aeec71e61ab9e712eb8bc8399daba Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 15 Nov 2022 13:02:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.42.0 # [13.42.0](https://github.com/frappe/erpnext/compare/v13.41.1...v13.42.0) (2022-11-15) ### Bug Fixes * add Document Date in E-Invoice print format ([a16347f](https://github.com/frappe/erpnext/commit/a16347f325f70cecd4990537a6ebac609ae2c0df)) * ambiguous 'cost_center' on payment reconciliation ([e9e5ded](https://github.com/frappe/erpnext/commit/e9e5ded36b227dc71ef27bb514bb0ea1b9a9c4c8)) * check type for reference name ([ad648f3](https://github.com/frappe/erpnext/commit/ad648f313c9adf66dfe841f5dfd0d897e8697ae6)) * don't set WIP Warehouse if is checked in WO ([4a17711](https://github.com/frappe/erpnext/commit/4a177113c6c64cee3ef6419f0341b511abd4bb42)) * Label for applicable dimension table ([cbc8b2d](https://github.com/frappe/erpnext/commit/cbc8b2da0a47ff8d9b79453bdce7a239ac820b91)) * Pricing rule item group consider UOM ([1ed0b6e](https://github.com/frappe/erpnext/commit/1ed0b6e89b9dd98fb89d59c0ead9175a89037d53)), closes [#32566](https://github.com/frappe/erpnext/issues/32566) * query condition change ([88ce59a](https://github.com/frappe/erpnext/commit/88ce59a1cacb354db8629597a27764409c593c75)) * repayment schedule regeneration ([a19031c](https://github.com/frappe/erpnext/commit/a19031cf9adcd4168570cdc29c5159f82c7f16f4)) * set `WIP Warehouse` in Job Card ([f09e427](https://github.com/frappe/erpnext/commit/f09e4273d9133b24bd3b046bdcf4c9db12c1fb7f)) * set stock UOM in args to ensure item price is fetched ([bd2242b](https://github.com/frappe/erpnext/commit/bd2242b285e5d2b627fda77c9f974069b1273c0c)) * wrong totals in hsn summary report ([79d508f](https://github.com/frappe/erpnext/commit/79d508f4ffed04c468bde057393cf3a63d04dbc5)) ### Features * page break in SoA pdf ([e93ac3c](https://github.com/frappe/erpnext/commit/e93ac3c9a8eb9b83b7fc5523c775cacdea22e57f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 31275dba272..bd478a080e0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.41.1" +__version__ = "13.42.0" def get_default_company(user=None):