From 2af489d69d66f3f3b9e979872d884267220df300 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 6 Sep 2022 16:05:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.38.0 # [13.38.0](https://github.com/frappe/erpnext/compare/v13.37.0...v13.38.0) (2022-09-06) ### Bug Fixes * consider Stock Entry purpose while getting total supplied qty ([8964612](https://github.com/frappe/erpnext/commit/8964612b8e08fefa9439584b0d9084596c07f07e)) * force delete old report docs (backport [#32026](https://github.com/frappe/erpnext/issues/32026)) ([#32028](https://github.com/frappe/erpnext/issues/32028)) ([0f1f67d](https://github.com/frappe/erpnext/commit/0f1f67dcaef04a6026fdebac1e41890714afe85b)) * incorrect import parameter for cancel PDA ([814dd36](https://github.com/frappe/erpnext/commit/814dd36a3e1b2e01c926bbd34422d4218bfa5999)) * key error on consolidated financial report ([20919c8](https://github.com/frappe/erpnext/commit/20919c8626171a8d5917b23f223fefb96d4d3db7)) * KSA VAT report multi currency amount issue ([56d8962](https://github.com/frappe/erpnext/commit/56d8962e406a192839a8bf6962d745a9c2f1ea1d)) * Loan Interest accruals for 0 rated loans ([a369852](https://github.com/frappe/erpnext/commit/a3698524ca6ec5d7c961ec9df09bc582d1f3f50e)) * lost quotation not to expired ([ea995de](https://github.com/frappe/erpnext/commit/ea995de4a30b06771f5812a25fd03b58e743e631)) * Naming series in Journal Entry Template ([66cb3fd](https://github.com/frappe/erpnext/commit/66cb3fd63f3aa6d8523b9776eff58267b5de80d9)) * **pos:** error while consolidating pos invoices ([0527393](https://github.com/frappe/erpnext/commit/0527393b09e68df1e3cce521d31be6c40719bdb4)) * QR Code multi currency issue ([b10a2b8](https://github.com/frappe/erpnext/commit/b10a2b87b65f3c29ed0aae7f30099e9c8ad75377)) ### Features * better Item Price list view ([#31954](https://github.com/frappe/erpnext/issues/31954)) ([25d2847](https://github.com/frappe/erpnext/commit/25d2847881419f1db7312364b752038c9758ebd9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4835dae9731..59eadb75085 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.37.0" +__version__ = "13.38.0" def get_default_company(user=None):