From d97e6738748a8fbfbfa9f0dd10e213730eeed220 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 30 Dec 2022 15:21:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.42.7 ## [13.42.7](https://github.com/frappe/erpnext/compare/v13.42.6...v13.42.7) (2022-12-30) ### Bug Fixes * debit note not pulled on reconciliation tool ([e01ff0d](https://github.com/frappe/erpnext/commit/e01ff0df404160d96627d2bea0b6275c88facf87)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 76683161356..f102a71850f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.42.6" +__version__ = "13.42.7" def get_default_company(user=None):