From 49c9c68e14d5081e8a1fbf75f0cb9d181f7f328c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Oct 2022 07:21:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.40.0 # [13.40.0](https://github.com/frappe/erpnext/compare/v13.39.5...v13.40.0) (2022-10-12) ### Bug Fixes * Do not add tax withheld vouchers post tax withheding in one document ([e1c41b9](https://github.com/frappe/erpnext/commit/e1c41b91950e9a3df2e557ea220a71f3e2eebbe7)) * future attendance marking ([cb4fbd5](https://github.com/frappe/erpnext/commit/cb4fbd54325dbe0a831308b477a7a2a6c0b0c29e)) * make readings status mandatory in Quality Inspection ([257a2a3](https://github.com/frappe/erpnext/commit/257a2a3d71b8cc3ce232f1ebf1c6b3ab2cacf9af)) * mark attendance issue with joining date ([6f8d620](https://github.com/frappe/erpnext/commit/6f8d62088e22bf7ce96e5396b0e24c7ab2c39a86)) * mark attendance issue with relieving date ([a9546dd](https://github.com/frappe/erpnext/commit/a9546dd01f5781c3a64c42bb61d0d05c2f4922da)) * PO cancel post advance payment cancel against PO ([41599cf](https://github.com/frappe/erpnext/commit/41599cf29f804c140953923e6d282abe794cb132)) * set Quality Inspection status based on readings status ([d67b44f](https://github.com/frappe/erpnext/commit/d67b44fcec565defc78599f7c744f2ab6bf56914)) * Tax withholding related fixes ([32a9575](https://github.com/frappe/erpnext/commit/32a9575f07ebfb8ec807f1a5133d063de132ea67)) * **test:** `test_rejected_qi_validation` ([2763d06](https://github.com/frappe/erpnext/commit/2763d063072cd03bc369006f0d5433e65715170d)) * TooManyWritesError during reposting of stock ([476175b](https://github.com/frappe/erpnext/commit/476175b307584b42d400329fed89617fc8c84f6b)) ### Features * cst ux improvement ([552c595](https://github.com/frappe/erpnext/commit/552c5951bd3a83518d35ed26dfab729c67b44c94)) * **JE:** trigger account field when fetched from template ([baa4fec](https://github.com/frappe/erpnext/commit/baa4fec61198596a283cb4453d857adadbf59951)), closes [#32409](https://github.com/frappe/erpnext/issues/32409) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a6f9c0b2f98..77f317fdbe1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.39.5" +__version__ = "13.40.0" def get_default_company(user=None):