From 1609129e1ec0609f1d711b15d84c1733b61353a2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Oct 2022 12:34:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.40.1 ## [13.40.1](https://github.com/frappe/erpnext/compare/v13.40.0...v13.40.1) (2022-10-12) ### Bug Fixes * conflct in test purchase receipt ([6ae2f90](https://github.com/frappe/erpnext/commit/6ae2f90683b6c3309bcafbb8e9772770c0264741)) * conflict ([cb7aef5](https://github.com/frappe/erpnext/commit/cb7aef505dec2f53590bd92fd40e8662687d22b4)) * consider outgoingrate while valuation rate calculate ([6f43133](https://github.com/frappe/erpnext/commit/6f43133c04637e252965e28ce1df7bb16ffefb48)) * consider sales rate as incoming rate for transit warehouse in purchase flow ([f72602e](https://github.com/frappe/erpnext/commit/f72602ebf3c8c641225dfc4afcde354bf8ead13a)) * Hanlde rounding loss for internal transfer ([dd26ef9](https://github.com/frappe/erpnext/commit/dd26ef96e0c1baeb650dab1fa07e3c2b6ef172b0)) * Incoming rate precision fixes for intra company transfer ([227ce5f](https://github.com/frappe/erpnext/commit/227ce5f8a28b1d469f7ee9820d460ef05ff4a9df)) * incorrect import ([8238b89](https://github.com/frappe/erpnext/commit/8238b89907a91d5830ed372bbcc609b999a62345)) * linter issue ([aa0552d](https://github.com/frappe/erpnext/commit/aa0552d7884a543e3e97235b52a8af222ad4ae0a)) * test case ([acd64ba](https://github.com/frappe/erpnext/commit/acd64ba7c137d32fa217af1a349d5663a7086251)) * value error on pos submit ([4383980](https://github.com/frappe/erpnext/commit/4383980bcc2d38564b60bc1163bbd50b9b9b12f6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 77f317fdbe1..51f2c18f5c8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.40.0" +__version__ = "13.40.1" def get_default_company(user=None):