From 36b99265274f5e34a9507a29bf4ed13507d6be47 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Oct 2022 12:21:48 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.3.0 # [14.3.0](https://github.com/frappe/erpnext/compare/v14.2.3...v14.3.0) (2022-10-12) ### Bug Fixes * consider outgoingrate while valuation rate calculate ([423c019](https://github.com/frappe/erpnext/commit/423c0190e29a99af1aef223d3f4d8d7e6dbfcf0c)) * consider sales rate as incoming rate for transit warehouse in purchase flow ([948b231](https://github.com/frappe/erpnext/commit/948b231e92755b725785865ec2e0ae385c5efb7f)) * Do not add tax withheld vouchers post tax withheding in one document ([bd8e61b](https://github.com/frappe/erpnext/commit/bd8e61b2dc0bee580b19925c5ecb20dc4f837118)) * Explicitly update modified (backport [#32519](https://github.com/frappe/erpnext/issues/32519)) ([#32575](https://github.com/frappe/erpnext/issues/32575)) ([154904e](https://github.com/frappe/erpnext/commit/154904e9609a572f1c6d9f0cbffec220881dbb33)) * Hanlde rounding loss for internal transfer ([8eda2db](https://github.com/frappe/erpnext/commit/8eda2dbdf8c26798af0859baaac4458330096ef5)) * Incoming rate precision fixes for intra company transfer ([b653f43](https://github.com/frappe/erpnext/commit/b653f43b70f76e3620948fd483a6f3f7eb201dac)) * make readings status mandatory in Quality Inspection ([50d790c](https://github.com/frappe/erpnext/commit/50d790c919b4b653844e93797e3f7ab3b4aee5c2)) * minor cleanup ([236a5f3](https://github.com/frappe/erpnext/commit/236a5f37c758652092336888451c788bfddfd75b)) * more fields reordering related to Tab Break ([db4fbc9](https://github.com/frappe/erpnext/commit/db4fbc9e58e193439024ca309210b0f2fbdf1d71)) * PO cancel post advance payment cancel against PO ([bda25c4](https://github.com/frappe/erpnext/commit/bda25c4d5d2b6e30f6c4e29897a5404d31a41100)) * removed unnecessary imports ([31782d6](https://github.com/frappe/erpnext/commit/31782d6f71d8066f64f90ce56e29d1832ae32235)) * set Quality Inspection status based on readings status ([e25db8b](https://github.com/frappe/erpnext/commit/e25db8b1b5d4cd118c4e6a3fe49f5262373e2aea)) * single column indexes (backport [#32425](https://github.com/frappe/erpnext/issues/32425)) ([#32513](https://github.com/frappe/erpnext/issues/32513)) ([2f1b8af](https://github.com/frappe/erpnext/commit/2f1b8af13c2b5f155225859ea65770b7e5a9ba69)) * Tax withholding related fixes ([d5f6938](https://github.com/frappe/erpnext/commit/d5f693806b4e7699b07594ea1565b24809b1d82e)) * test case ([0b26131](https://github.com/frappe/erpnext/commit/0b26131b65e7b68b5ebc7fcde164f2937958c0e7)) * **test:** `test_rejected_qi_validation` ([943e619](https://github.com/frappe/erpnext/commit/943e6192cc4da77ffa4672a0fc5c67adb59684c7)) * TooManyWritesError during reposting of stock ([73742ff](https://github.com/frappe/erpnext/commit/73742ff56566170bcf37058fc315d94eccae1eff)) * unlink payment on invoice cancellation ([8ba503b](https://github.com/frappe/erpnext/commit/8ba503bf0e2a6ffe9f5b3e5210c3a9dc9ec4942b)) * use naming_series in budget ([0a24859](https://github.com/frappe/erpnext/commit/0a24859c9c00e8f0ef857e4859d1e483f94150b6)) * value error on pos submit ([4b65dd7](https://github.com/frappe/erpnext/commit/4b65dd7f2a55076ff9922e7113e704d1bfaf089a)) ### Features * **JE:** trigger account field when fetched from template ([17dd1ab](https://github.com/frappe/erpnext/commit/17dd1abb34af9ee6a01080e15491faa7596cd923)), closes [#32409](https://github.com/frappe/erpnext/issues/32409) * provision to return non consumed components against the work order ([d0f3818](https://github.com/frappe/erpnext/commit/d0f3818060de365df90b6eda24d3d217af9a616f)) * Tab Break in Material Request ([79151be](https://github.com/frappe/erpnext/commit/79151be8ce1442cc232ab6eb2a74e84659dd684d)) * Tab Break in Purchase Invoice ([89314d4](https://github.com/frappe/erpnext/commit/89314d4171e7ef736ab1c77c199aa17034f80eae)) * Tab Break in Purchase Order ([5a8329a](https://github.com/frappe/erpnext/commit/5a8329add1cc8457108ed2ff7d2821bf07a4efa6)) * Tab Break in Purchase Receipt ([b092791](https://github.com/frappe/erpnext/commit/b092791ac803c7f229ea5c8202b04cd1e5ffe06d)) * Tab Break in Quotation ([b0a9f79](https://github.com/frappe/erpnext/commit/b0a9f79e181826eef48a62fc28a17d73abdbb129)) * Tab Break in Sales Order, Delivery Note, Sales Invoice and Purchase Order ([31cd96b](https://github.com/frappe/erpnext/commit/31cd96bc89f9f1b0ca29359ceb9ae542e32289ff)) * Tab Break in Supplier Quotation ([22ad3ad](https://github.com/frappe/erpnext/commit/22ad3ad6f39a2c717d44fea2d039bbe76a750aaf)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7a447fef30e..8866fa756cd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.2.3" +__version__ = "14.3.0" def get_default_company(user=None):