Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.38.0
Browse files Browse the repository at this point in the history
# [13.38.0](v13.37.0...v13.38.0) (2022-09-06)

### Bug Fixes

* consider Stock Entry purpose while getting total supplied qty ([8964612](8964612))
* force delete old report docs (backport [#32026](#32026)) ([#32028](#32028)) ([0f1f67d](0f1f67d))
* incorrect import parameter for cancel PDA ([814dd36](814dd36))
* key error on consolidated financial report ([20919c8](20919c8))
* KSA VAT report multi currency amount issue ([56d8962](56d8962))
* Loan Interest accruals for 0 rated loans ([a369852](a369852))
* lost quotation not to expired ([ea995de](ea995de))
* Naming series in Journal Entry Template ([66cb3fd](66cb3fd))
* **pos:** error while consolidating pos invoices ([0527393](0527393))
* QR Code multi currency issue ([b10a2b8](b10a2b8))

### Features

* better Item Price list view ([#31954](#31954)) ([25d2847](25d2847))
  • Loading branch information
frappe-bot committed Sep 6, 2022
1 parent bb1c450 commit 2af489d
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 @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.37.0"
__version__ = "13.38.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 2af489d

Please sign in to comment.