From c78d085e24fc264c9a26c5d2831fc06320107b16 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Feb 2024 12:06:08 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.0 # [15.14.0](https://github.com/frappe/erpnext/compare/v15.13.0...v15.14.0) (2024-02-14) ### Bug Fixes * production plan issue with sales order (backport [#39901](https://github.com/frappe/erpnext/issues/39901)) ([#39904](https://github.com/frappe/erpnext/issues/39904)) ([88a7248](https://github.com/frappe/erpnext/commit/88a7248888f377ccceb4b8e04064d56f25b3a58d)) * add permissions to SRE (backport [#39780](https://github.com/frappe/erpnext/issues/39780)) ([#39786](https://github.com/frappe/erpnext/issues/39786)) ([ba05648](https://github.com/frappe/erpnext/commit/ba0564874143a287c97773385eef9cb694a8dff6)) * Brazilian COA for demo data creation ([#39839](https://github.com/frappe/erpnext/issues/39839)) ([4daee6d](https://github.com/frappe/erpnext/commit/4daee6d9c70e69a54222fda4f5b2f7052ca68b0b)) * calculate `stock_value_diff` ([5a66c85](https://github.com/frappe/erpnext/commit/5a66c8585c1fab062fe2f92068a4e59b1f2d2bc9)) * create SBB for `transfer_qty` in SE (backport [#39835](https://github.com/frappe/erpnext/issues/39835)) ([#39863](https://github.com/frappe/erpnext/issues/39863)) ([92e6017](https://github.com/frappe/erpnext/commit/92e6017a298bfb01679b5388f478a3055143a80e)) * do not consider rejected warehouses in pick list (backport [#39539](https://github.com/frappe/erpnext/issues/39539)) (backport [#39804](https://github.com/frappe/erpnext/issues/39804)) ([#39811](https://github.com/frappe/erpnext/issues/39811)) ([30dacce](https://github.com/frappe/erpnext/commit/30daccecc70839553d69845963f7d3f6c7c09957)) * incorrect planned qty in PP (backport [#39785](https://github.com/frappe/erpnext/issues/39785)) ([#39793](https://github.com/frappe/erpnext/issues/39793)) ([60e04ab](https://github.com/frappe/erpnext/commit/60e04ab6618196a79d53ffab9e4ea02917615076)) * landed cost voucher not submitting because of incorrect reference (backport [#39898](https://github.com/frappe/erpnext/issues/39898)) ([#39900](https://github.com/frappe/erpnext/issues/39900)) ([a548f12](https://github.com/frappe/erpnext/commit/a548f1294147675be76e448bde58c8bcb2fa5b9b)) * remove duplicates from tax category map ([3c6114a](https://github.com/frappe/erpnext/commit/3c6114ab72d21f3c27eb01baf65002d36b3e25fa)) * set rate for PO created against BO (backport [#39765](https://github.com/frappe/erpnext/issues/39765)) ([#39767](https://github.com/frappe/erpnext/issues/39767)) ([2213886](https://github.com/frappe/erpnext/commit/22138867f5906dc8808890d78ab7071bc59e92bc)) * stock entry for use serial batch fields (backport [#39843](https://github.com/frappe/erpnext/issues/39843)) ([#39844](https://github.com/frappe/erpnext/issues/39844)) ([43fce29](https://github.com/frappe/erpnext/commit/43fce29a044b377becda8f55b9056f7d4ee2de15)) * use correct field name in accounts controller (backport [#39884](https://github.com/frappe/erpnext/issues/39884)) ([#39897](https://github.com/frappe/erpnext/issues/39897)) ([f08b424](https://github.com/frappe/erpnext/commit/f08b424972b08e98f24cc0dc8d70a4cade3690cb)) * **ux:** set rate as price list rate on uom change in MR (backport [#39816](https://github.com/frappe/erpnext/issues/39816)) ([#39818](https://github.com/frappe/erpnext/issues/39818)) ([63b4d20](https://github.com/frappe/erpnext/commit/63b4d20bdfbfbc894a255187bd2c45ac95782165)) * validate duplicate SBB (backport [#39862](https://github.com/frappe/erpnext/issues/39862)) ([#39866](https://github.com/frappe/erpnext/issues/39866)) ([a2f1a96](https://github.com/frappe/erpnext/commit/a2f1a964f1d05f541bfd48dd24be419c3d5477db)) * warehouse issue in pick list (backport [#39826](https://github.com/frappe/erpnext/issues/39826)) ([#39827](https://github.com/frappe/erpnext/issues/39827)) ([b625b05](https://github.com/frappe/erpnext/commit/b625b05ddcd5cff7b51bc6e578c47d8eb76e662a)) ### Features * get RM costs from consumption entry in manufacture SE (backport [#39822](https://github.com/frappe/erpnext/issues/39822)) ([#39847](https://github.com/frappe/erpnext/issues/39847)) ([2d5f186](https://github.com/frappe/erpnext/commit/2d5f1868129812ea1ce2cc8fda012ee66d4e7106)) ### Performance Improvements * cached get_last_purchase_details to fix performance issue (backport [#39854](https://github.com/frappe/erpnext/issues/39854)) ([#39856](https://github.com/frappe/erpnext/issues/39856)) ([c643e70](https://github.com/frappe/erpnext/commit/c643e70e2f79fdf11e1d033fb7efd71408450288)) * production plan submission (backport [#39846](https://github.com/frappe/erpnext/issues/39846)) ([#39860](https://github.com/frappe/erpnext/issues/39860)) ([10f17df](https://github.com/frappe/erpnext/commit/10f17dfcc8b5a2d38b064af2698c2e96f0309fb4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f6e585d4d0..7b15096cf0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.13.0" +__version__ = "15.14.0" def get_default_company(user=None):