From e54b23d71ba5d9da1aa5c1eee77f983c5852608c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 29 Nov 2022 13:19:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.42.2 ## [13.42.2](https://github.com/frappe/erpnext/compare/v13.42.1...v13.42.2) (2022-11-29) ### Bug Fixes * `production_item` filter in `Job Card Summary Report` ([ce54198](https://github.com/frappe/erpnext/commit/ce5419888b8ef65c083918413561e1765955e08b)) * `Work Order` filter typo in `Job Card Summary Report` ([2de239c](https://github.com/frappe/erpnext/commit/2de239c73b63c6c46911af329649ac8b3c041fa1)) * cannot update auth token until token expiry if credentials change ([2121714](https://github.com/frappe/erpnext/commit/21217148567cc997d00b1bc1ffed312b21f04dc1)) * company name with `,` in `Job Card Summary Report` ([ffef0cb](https://github.com/frappe/erpnext/commit/ffef0cb771d677dd2f1623f8305a3a41e4a73da2)) * company name with `,` in `Work Order Summary Report` ([11978fc](https://github.com/frappe/erpnext/commit/11978fca4e61fa483926fb74919b083b7036947c)) * create rounding gl entry for PCV during gle post processing ([7af4597](https://github.com/frappe/erpnext/commit/7af45972aeb37e2e14fec63e618d7d34b06e17b3)) * disbursable amount on currrent security price ([eca2d96](https://github.com/frappe/erpnext/commit/eca2d96419dd6f9ee4ea036e625974a24380778c)) * Dispatch address display ([10cfcb5](https://github.com/frappe/erpnext/commit/10cfcb5e8af81f4cb568093e08418a64d4c0e8dd)) * incorrect balance qty ([78e64fa](https://github.com/frappe/erpnext/commit/78e64fa486ff7c2643d4c16792de916cb941cccf)) * linter ([b91860d](https://github.com/frappe/erpnext/commit/b91860ddf23ba60bb0089a7dd4a12ca1adcb717e)) * MR Item `description` and `item_name` gets reset on `qty` change ([b66976b](https://github.com/frappe/erpnext/commit/b66976bd36f6fa4a6f5e13eeb09d66905b06eaa5)) * Multicurrency invoice with exchange gain and loss showing up in AR/AP report ([d38a289](https://github.com/frappe/erpnext/commit/d38a2895b0cd285da44e071956a7446fd8d49adf)) * only consider draft pending asset repair docs ([6da7b38](https://github.com/frappe/erpnext/commit/6da7b38f6e2cda1399e6ab044bae9551e0182d1d)) * only show serial no batch selector only once ([0c6a7ce](https://github.com/frappe/erpnext/commit/0c6a7cef95acfe48f02230d682f0c59cea69c5b7)) * reset `voucher_type` and `voucher_no` if `based_on` is set to `Item and Warehouse` ([ff59483](https://github.com/frappe/erpnext/commit/ff594831b05d8a71d440428e3fee8424148fed2d)) * validate voucher type while checking journal entry against payroll entry ([07c25ac](https://github.com/frappe/erpnext/commit/07c25ace5c413acec3592255f653228b5c592913)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2606efa308c..400d15eb356 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.42.1" +__version__ = "13.42.2" def get_default_company(user=None):