From 6d1ae68d703fa654c76a4474de2eb401c26a8b16 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 1 Nov 2022 17:19:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.41.0 # [13.41.0](https://github.com/frappe/erpnext/compare/v13.40.3...v13.41.0) (2022-11-01) ### Bug Fixes * add `Sales Order` reference in Material Request Dashboard ([cb89dba](https://github.com/frappe/erpnext/commit/cb89dba5ab488a52f56f6f7cf7eb7230b113bc91)) * Do not force eligibilgity of itc for reverse charge ([9dc0edf](https://github.com/frappe/erpnext/commit/9dc0edfb8a71204fc9d6b7806fb63c59f2215a26)) * filter return pos in reconciliation tool ([b877b0d](https://github.com/frappe/erpnext/commit/b877b0d3a2e47a26534b842931288c6405ee5dc6)) * group warehouse filter not working for Batch-wise Balance history report ([310e7c5](https://github.com/frappe/erpnext/commit/310e7c522c3462de84415ea0c0825202819c7020)) * Issues while cancel/amending Purchase Invoice with TDS enabled ([8888957](https://github.com/frappe/erpnext/commit/88889579529db4f4222125cab1300b463f535d93)) * Mode of payment for returns in POS Sales Invoice ([9b63a1a](https://github.com/frappe/erpnext/commit/9b63a1a2e9716113f266f76977bb6a29e56e1703)) ### Features * Repayment schedule types for term loans ([c2817be](https://github.com/frappe/erpnext/commit/c2817bed0b640b5a804af8ccc9faac5f2fd204b1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 30518cde79a..7118f73f2f1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.40.3" +__version__ = "13.41.0" def get_default_company(user=None):