From 271392562821f0aeac2e81d44e3d623500cf4133 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 20 Sep 2023 06:24:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.40.0 # [14.40.0](https://github.com/frappe/erpnext/compare/v14.39.0...v14.40.0) (2023-09-20) ### Bug Fixes * + btn not appearing for delivery note connection (backport [#36980](https://github.com/frappe/erpnext/issues/36980)) ([#37070](https://github.com/frappe/erpnext/issues/37070)) ([c2a0c1e](https://github.com/frappe/erpnext/commit/c2a0c1e989aab8ec136a6e8c15687abcab3cb55b)) * accepted warehouse and rejected warehouse can't be same (backport [#36973](https://github.com/frappe/erpnext/issues/36973)) ([#37071](https://github.com/frappe/erpnext/issues/37071)) ([b56c9b9](https://github.com/frappe/erpnext/commit/b56c9b91f11dd9e84d02b82ea2b0b2f727c5d4e1)) * after applying coupon code, field in_words not updated ([#37133](https://github.com/frappe/erpnext/issues/37133)) ([1cb8c64](https://github.com/frappe/erpnext/commit/1cb8c64c94858134c4765f2c21ebbce7394ec795)) * Apply dimension filter, irrespective of dimesion columns ([9bc44a3](https://github.com/frappe/erpnext/commit/9bc44a3b40c661ceb4821d90f70fc160d406bf8e)) * asset validation misfire on debit notes ([b33db6c](https://github.com/frappe/erpnext/commit/b33db6c79a6b7f37c93f7e49d6721ee8d7593527)) * company wise deferred accounting fields in item ([#37023](https://github.com/frappe/erpnext/issues/37023)) ([13aaff3](https://github.com/frappe/erpnext/commit/13aaff30a5d6ae27d131eecee6f9f54575f2688c)) * Don't allow merging accounts with different currency ([#37074](https://github.com/frappe/erpnext/issues/37074)) ([c41cb39](https://github.com/frappe/erpnext/commit/c41cb3930c76efb620cf8bc27672dab8c5302e6c)) * don't set from warehouse for purchase material request ([#37132](https://github.com/frappe/erpnext/issues/37132)) ([e62b783](https://github.com/frappe/erpnext/commit/e62b783f340844783352030de422c6be14b3ddfc)) * Duplicate Serial Nos validation in POS ([#36927](https://github.com/frappe/erpnext/issues/36927)) ([366325c](https://github.com/frappe/erpnext/commit/366325ca3ca0a99bb2384755c6f1cc7021649380)) * fetch logic for repay_from_salary in loan_repayment [v14] ([#37135](https://github.com/frappe/erpnext/issues/37135)) ([480a0ca](https://github.com/frappe/erpnext/commit/480a0ca7a8d97bbaa4de103a722e823ff5aed47f)) * ignore user permissions for `Source Warehouse` in MR (backport [#37102](https://github.com/frappe/erpnext/issues/37102)) ([#37110](https://github.com/frappe/erpnext/issues/37110)) ([727dcc5](https://github.com/frappe/erpnext/commit/727dcc5034749f2505052aa05c9ad8d8b94fa324)) * incorrect stock ledger entries in DN (backport [#36944](https://github.com/frappe/erpnext/issues/36944)) ([#37066](https://github.com/frappe/erpnext/issues/37066)) ([699ad80](https://github.com/frappe/erpnext/commit/699ad8080236e9b54c93e71587a027080ce422eb)) * packed item using expired price ([413b40f](https://github.com/frappe/erpnext/commit/413b40f5a770e062732f850714d3ea75de2b4337)) * POS opening Issue if Product Bundle is available ([#37138](https://github.com/frappe/erpnext/issues/37138)) ([af05864](https://github.com/frappe/erpnext/commit/af05864e6db336b2897b1138ec25e59caba0a568)) * precision issue and column name ([#37073](https://github.com/frappe/erpnext/issues/37073)) ([f2395a9](https://github.com/frappe/erpnext/commit/f2395a92971f48904e88afb929285def7ba221e4)) * Purchase Receipt Provisional Accounting GL Entries (backport [#37046](https://github.com/frappe/erpnext/issues/37046)) ([#37068](https://github.com/frappe/erpnext/issues/37068)) ([8772e40](https://github.com/frappe/erpnext/commit/8772e40bae96db49b1d8653a5e8e5cb975f492ad)) * Remove redundant code ([#37001](https://github.com/frappe/erpnext/issues/37001)) ([3ecdf02](https://github.com/frappe/erpnext/commit/3ecdf028f28229d230faef07babd126ef13ac4fc)) * **ux:** move `get_route_options_for_new_doc` to `refresh` ([#37092](https://github.com/frappe/erpnext/issues/37092)) ([a563fed](https://github.com/frappe/erpnext/commit/a563fed6dcaf99fa799cbf034dc6d38473e0fd57)) * validate duplicate serial no in DN ([fffa13f](https://github.com/frappe/erpnext/commit/fffa13f22b39cd768b081a52d454a03b386596ba)) ### Features * provision to create RIV from `Stock Ledger Invariant Check` report (backport [#37115](https://github.com/frappe/erpnext/issues/37115)) ([#37147](https://github.com/frappe/erpnext/issues/37147)) ([29ff0ce](https://github.com/frappe/erpnext/commit/29ff0ce286255307ac78652776a8e158b89222ae)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 12a6ba9d77a..529c9ca9d80 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.39.0" +__version__ = "14.40.0" def get_default_company(user=None):