From f360bdcbf6d54e90e9a24088147a77446b20dd0c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Jul 2023 09:48:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.0 # [14.29.0](https://github.com/frappe/erpnext/compare/v14.28.1...v14.29.0) (2023-07-05) ### Bug Fixes * Expense Account filter in Sales Invoice ([#35944](https://github.com/frappe/erpnext/issues/35944)) ([a485e4e](https://github.com/frappe/erpnext/commit/a485e4e802d48c10e59205b111bd3e04c2fccc09)) * get base grand total while pulling reference details in PE ([2e2c23a](https://github.com/frappe/erpnext/commit/2e2c23aa0fc9b4d56e805c8a4cefd71efdb4c38b)) * handle loan_repayment's posting_date datetime in bank_clearance_summary report ([#36004](https://github.com/frappe/erpnext/issues/36004)) ([937e1fb](https://github.com/frappe/erpnext/commit/937e1fb0245af291789ccd88f168d0402d9a00d8)) * Netherlands - Grootboekschema COA structure ([#35991](https://github.com/frappe/erpnext/issues/35991)) ([13f3ebf](https://github.com/frappe/erpnext/commit/13f3ebf915ba36b10b6d616d5a942307b9b71b66)) * project filtering based on company in P&L Report ([#35943](https://github.com/frappe/erpnext/issues/35943)) ([8de1d86](https://github.com/frappe/erpnext/commit/8de1d8663f67fb491f07f10ecef31e429538dda8)) * remove debug flag from sql ([646440f](https://github.com/frappe/erpnext/commit/646440fd5539b31062b4363c15d3393c004f1b17)) * reposting has not changed valuation rate ([c0c693d](https://github.com/frappe/erpnext/commit/c0c693d8b0faf42089314cf43f4fc117f45de4b4)) * Update no copy for received_qty field ([#35965](https://github.com/frappe/erpnext/issues/35965)) ([c330f47](https://github.com/frappe/erpnext/commit/c330f476802fd2ced925ebf17da79e46a3bdf4f4)) ### Features * **accounts:** standardize additional columns implementation for sales/purchase reports ([#36000](https://github.com/frappe/erpnext/issues/36000)) ([47c6d90](https://github.com/frappe/erpnext/commit/47c6d9099b4a449865a8ba9e2e4820ba4d7c71be)) * add method for ordered quantity in supplier scorecard (backport [#35930](https://github.com/frappe/erpnext/issues/35930)) ([#35968](https://github.com/frappe/erpnext/issues/35968)) ([a974091](https://github.com/frappe/erpnext/commit/a974091678fdeef31e970e6da0d0308a2d2d716a)) * add voucher-wise balance report logic ([6842902](https://github.com/frappe/erpnext/commit/684290233f4f2741e7a018b4b006180e185b5350)) * allow the partial return of components against SCO (backport [#35935](https://github.com/frappe/erpnext/issues/35935)) ([#35938](https://github.com/frappe/erpnext/issues/35938)) ([6f50ad6](https://github.com/frappe/erpnext/commit/6f50ad685e6e4b838608cac0709f08dd95d459f7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c75c205d37a..2328de016a0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.28.1" +__version__ = "14.29.0" def get_default_company(user=None):