From 47aa1910043c7929e5a52209040a1ae1d96860ee Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Sep 2022 11:15:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.39.0 # [13.39.0](https://github.com/frappe/erpnext/compare/v13.38.0...v13.39.0) (2022-09-13) ### Bug Fixes * add missing warehouse filter in BOM Stock Calculated report ([ab32c09](https://github.com/frappe/erpnext/commit/ab32c09ff9721b6f2b1d4b70e521031adf2f3c10)) * calculate amount based on payment days for statistical components too ([3f99522](https://github.com/frappe/erpnext/commit/3f995227641ba5f28978d8293c21277ea3d9f169)) * conflict ([6f2a567](https://github.com/frappe/erpnext/commit/6f2a567c956c85ca26713a7cd07a23e547da92fa)) * linter ([e177f1e](https://github.com/frappe/erpnext/commit/e177f1e51b7f27d5faf096b94f6c7bdc52ace47a)) * Loan amount post write off ([e78a767](https://github.com/frappe/erpnext/commit/e78a7679a4ea18a15789caa39e06403770ef08e2)) * option to start reposting from repost item valuation ([a1826f2](https://github.com/frappe/erpnext/commit/a1826f215a37afe7319b35bdc57329ef8cf2f46d)) * pick_list - picked qty getting set to 1 ([3256e2b](https://github.com/frappe/erpnext/commit/3256e2b8b7cee0e7b95ca58a6f22f96090e2ffaa)) * Purchase Order creation from Sales Order ([d79aacd](https://github.com/frappe/erpnext/commit/d79aacd1cba41d6034d094928af08de3ff8852de)) * Rate for internal PI have non stock UOM items ([638d6b7](https://github.com/frappe/erpnext/commit/638d6b717780fc4e28ca9534fc4a16bfd3ff9e98)) * reposting not working for internal transferred purchase receipt ([bb41d8b](https://github.com/frappe/erpnext/commit/bb41d8bc473716ca7f43a61667a8945f9f93715a)) * require barcode item barcode ([#32112](https://github.com/frappe/erpnext/issues/32112)) ([44c3a32](https://github.com/frappe/erpnext/commit/44c3a322d350a8444e4f9112e038e3b4b3b87a49)), closes [#31957](https://github.com/frappe/erpnext/issues/31957) * required_qty in BOM Stock Calculated report ([f2e63bc](https://github.com/frappe/erpnext/commit/f2e63bc491c87173a4cd3301d6550fc0c7cb4a0a)) * **Salary Slip:** set default amount to 0 if None ([#32184](https://github.com/frappe/erpnext/issues/32184)) ([d29a033](https://github.com/frappe/erpnext/commit/d29a033c09bb8562e1889351622345f85265a8eb)) ### Features * Ability to manually update loan amount in Salary Slips ([ac320e4](https://github.com/frappe/erpnext/commit/ac320e4d555ad4d1f3945c9c370162cbcc336ce8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 59eadb75085..fa2dbb80644 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.38.0" +__version__ = "13.39.0" def get_default_company(user=None):