From 35c71f5923a05d576bcb9608b87b1ffaf1d2743f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Dec 2022 14:02:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.42.5 ## [13.42.5](https://github.com/frappe/erpnext/compare/v13.42.4...v13.42.5) (2022-12-20) ### Bug Fixes * conflict ([7ef0c6b](https://github.com/frappe/erpnext/commit/7ef0c6bb015166163447d3c463fd04351f699fc6)) * conflict in hooks file ([2a18067](https://github.com/frappe/erpnext/commit/2a18067aadb2e03cf42b8feea12436909979b0a6)) * conflict in stock_entry ([4587bb3](https://github.com/frappe/erpnext/commit/4587bb376713405cac2a310339b3480eba45cf71)) * conflicts ([086e747](https://github.com/frappe/erpnext/commit/086e74791bc9419ca8d103c6225becb58c9baa51)) * Consolidated financial report ([7825c56](https://github.com/frappe/erpnext/commit/7825c564eb640cb3b1b31f90f1351eab957928e4)) * Cost center filter not working in cash flow report ([684a45f](https://github.com/frappe/erpnext/commit/684a45f234bd62a94de97136ef445d158b3fc516)) * daily scheduler to identify and fix stock transfer entries having incorrect valuation ([b82154c](https://github.com/frappe/erpnext/commit/b82154cb9e1d9376519c62c864fc53b265c64268)) * disabled items showing in the report 'Itemwise Recommended Reorder Level ([c3fca3c](https://github.com/frappe/erpnext/commit/c3fca3cfcb89a373bd8bac7d0bde4739dee28f4d)) * get_serial_nos not defined ([e5b3748](https://github.com/frappe/erpnext/commit/e5b3748b49165438e962c4d1fa61bc6e21bb133d)) * get_serial_nos_for_fg() missing 1 required positional argument: 'args' ([eddb7b4](https://github.com/frappe/erpnext/commit/eddb7b429eb97dbaff40aa9af1f0336acb69e4ef)) * linter issue ([ab2f250](https://github.com/frappe/erpnext/commit/ab2f250960b33d4b084d03e8dd51f71818aab78a)) * translation for warning on Overbilling/-receipt/-delivery ([b13ee4f](https://github.com/frappe/erpnext/commit/b13ee4fc8cdb9e38612213b303da500337562217)) * unsupported operand type(s) for +: 'int' and 'NoneType' ([a6241fc](https://github.com/frappe/erpnext/commit/a6241fc813cb2eaf9312c0834439defbc25a42dd)) * unsupported operand type(s) for +=: 'int' and 'NoneType' ([b573d97](https://github.com/frappe/erpnext/commit/b573d9739fd1232938e41ee47945b25bf0dc7d61)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 11d6cc3fd0d..bdc69919324 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.42.4" +__version__ = "13.42.5" def get_default_company(user=None):