From 1d31ab1ab7a6a71553fb48d3e035027d746aa09f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Oct 2022 05:09:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.40.3 ## [13.40.3](https://github.com/frappe/erpnext/compare/v13.40.2...v13.40.3) (2022-10-26) ### Bug Fixes * allow to create Sales Order from expired Quotation ([#32641](https://github.com/frappe/erpnext/issues/32641)) ([ea03289](https://github.com/frappe/erpnext/commit/ea032893d379e796de118996e2fc2974248eb77c)) * Billing Address for inter-company purchase docs ([3a2f08f](https://github.com/frappe/erpnext/commit/3a2f08fbda9b94333f7f61457f3f599061fea237)) * BOM cost update message ([98bcb72](https://github.com/frappe/erpnext/commit/98bcb7255d77d828f4ca56959eb888017aa5fb84)) * conflicts ([447485a](https://github.com/frappe/erpnext/commit/447485ae909df20b1c52012186e4a04056caaabc)) * incorrect qty in material request ([1741501](https://github.com/frappe/erpnext/commit/1741501ea81424f11a859a217610873a20059afb)) * overlap error not raised for job card in case of workstation with production capacity ([b5376ce](https://github.com/frappe/erpnext/commit/b5376ce5cb93a100376e1c5afb43a7b10917232c)) * unset contact details ([7afb19f](https://github.com/frappe/erpnext/commit/7afb19f9656d1f4fb70a19f237ff87c5ce225b84)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7de11e670ae..30518cde79a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.40.2" +__version__ = "13.40.3" def get_default_company(user=None):