Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.29.0
Browse files Browse the repository at this point in the history
# [14.29.0](v14.28.1...v14.29.0) (2023-07-05)

### Bug Fixes

* Expense Account filter in Sales Invoice ([#35944](#35944)) ([a485e4e](a485e4e))
* get base grand total while pulling reference details in PE ([2e2c23a](2e2c23a))
* handle loan_repayment's posting_date datetime in bank_clearance_summary report ([#36004](#36004)) ([937e1fb](937e1fb))
* Netherlands - Grootboekschema COA structure ([#35991](#35991)) ([13f3ebf](13f3ebf))
* project filtering based on company in P&L Report ([#35943](#35943)) ([8de1d86](8de1d86))
* remove debug flag from sql ([646440f](646440f))
* reposting has not changed valuation rate ([c0c693d](c0c693d))
* Update no copy for received_qty field ([#35965](#35965)) ([c330f47](c330f47))

### Features

* **accounts:** standardize additional columns implementation for sales/purchase reports ([#36000](#36000)) ([47c6d90](47c6d90))
* add method for ordered quantity in supplier scorecard (backport [#35930](#35930)) ([#35968](#35968)) ([a974091](a974091))
* add voucher-wise balance report logic ([6842902](6842902))
* allow the partial return of components against SCO (backport [#35935](#35935)) ([#35938](#35938)) ([6f50ad6](6f50ad6))
  • Loading branch information
frappe-bot committed Jul 5, 2023
1 parent 4fa412f commit f360bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.28.1"
__version__ = "14.29.0"


def get_default_company(user=None):
Expand Down

0 comments on commit f360bdc

Please sign in to comment.