From 964abce057f222af6b44099f8dfb07273abfbc63 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 15 Nov 2022 12:59:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.7.0 # [14.7.0](https://github.com/frappe/erpnext/compare/v14.6.0...v14.7.0) (2022-11-15) ### Bug Fixes * add translate function to valitate company msg in chart of accounts importer ([8de4430](https://github.com/frappe/erpnext/commit/8de4430662961036398f38a34ff197d71bbebffb)) * check type for reference name ([a305793](https://github.com/frappe/erpnext/commit/a30579393ed966d46bb5e91f39347a840b220bb2)) * don't set WIP Warehouse if is checked in WO ([f923183](https://github.com/frappe/erpnext/commit/f923183b64757c2bbff33f0ff8298c9d70ec3079)) * GP incorrect buying amount if no upd on SI and Delivery Note ([2d8f00a](https://github.com/frappe/erpnext/commit/2d8f00afade29fbfe8a175b319e979fb8de255b6)) * incorrect fix of conversion factor in PP ([c48d00a](https://github.com/frappe/erpnext/commit/c48d00ad7751468df456bbf06fed97c26fa2bddd)) * Label for applicable dimension table ([eb4f8e4](https://github.com/frappe/erpnext/commit/eb4f8e4bd8012f9a258181c735b3150c7374e716)) * Maintain same rate between Quotation and Sales Order ([6c155d2](https://github.com/frappe/erpnext/commit/6c155d2825ac111b795ee7dd899a53b967a0f1f8)) * Project filter in timesheet ([37bed12](https://github.com/frappe/erpnext/commit/37bed12df463a16baac209d1a34fa97fdfe7fd80)) * Purchase Receipt timeout error ([0d5b726](https://github.com/frappe/erpnext/commit/0d5b7269d409dde23d36a27af14f7f30510802d5)) * repayment schedule regeneration ([2f5033b](https://github.com/frappe/erpnext/commit/2f5033b70f7d887e3605bef811b526ab764d3f2f)) * set `WIP Warehouse` in Job Card ([c294652](https://github.com/frappe/erpnext/commit/c294652dab2ef4a5d182fa2779789a6badd58032)) * set stock UOM in args to ensure item price is fetched ([a4187b9](https://github.com/frappe/erpnext/commit/a4187b9d8f9cefa51591e5ad09bb4787e515036a)) * test cases ([071ee5d](https://github.com/frappe/erpnext/commit/071ee5d81c08b0045b6822959d6b6d3dfc42ec55)) * **ux:** Tab break in Customer and Supplier form ([eeaa932](https://github.com/frappe/erpnext/commit/eeaa9329f6db11705e227ec3a6a347c686a777a1)) * Write Off section visibility for non POS Invoices ([07badbc](https://github.com/frappe/erpnext/commit/07badbc0f214ef1cca98215db4770e7d265523b4)) ### Features * Repost Payment Ledger entries for vouchers ([de59b50](https://github.com/frappe/erpnext/commit/de59b5040739bbc0cc3e5a3fcef42f2253eb3f96)) ### Reverts * Revert "fix: get `consumed_qty` based on `received_qty` in SCR" ([7fd6c43](https://github.com/frappe/erpnext/commit/7fd6c43752ce94e8821b7bf62a4b2d1f7e34f126)) * Revert "fix: set `received_qty` before_validate SCR" ([0ecb44d](https://github.com/frappe/erpnext/commit/0ecb44d40c22858a99cd7c0af44253aa114b20fa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4a05dd4e58f..19fa0849ecc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.6.0" +__version__ = "14.7.0" def get_default_company(user=None):