From de584535e9db9a4bd081f7edca2b907809e28675 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 4 Oct 2022 12:14:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.39.4 ## [13.39.4](https://github.com/frappe/erpnext/compare/v13.39.3...v13.39.4) (2022-10-04) ### Bug Fixes * asset requiring maintenance sold status ([14ab9d9](https://github.com/frappe/erpnext/commit/14ab9d91584c7bd90d545de7a93b68b354d06a7e)) * conflict ([0f8e34e](https://github.com/frappe/erpnext/commit/0f8e34e972b73ad48bfb7f4225d50e61f19666f2)) * Disbursement Account in patch to update old loans ([b4a511c](https://github.com/frappe/erpnext/commit/b4a511cbb4aa7f2f7f7d25b6d4d291a3b4075e26)) * e-Way bill JSON for Intra-state internal transfers ([b7fbf75](https://github.com/frappe/erpnext/commit/b7fbf75e10d56884327fe87e4698e8bafabc3424)) * fetch swift_number in payment_request ([6074570](https://github.com/frappe/erpnext/commit/60745705a83a0d8afa01bf51f694cb0531735ab1)) * Incorrect TCS amount deducted in Sales Invoice ([32456bf](https://github.com/frappe/erpnext/commit/32456bff30537811b63bd5c2f37eb731c4bacafe)) * Item details fetching on making transaction from item dashboard ([1aed76f](https://github.com/frappe/erpnext/commit/1aed76f778223bf9962fe9bac29c4abf190b7c17)) * linter issue ([4757a65](https://github.com/frappe/erpnext/commit/4757a658635afcaf090c77f16ce1de156032d3da)) * not able to return sold expired batches ([2fd4485](https://github.com/frappe/erpnext/commit/2fd4485f2f397e74459167631131a8b23ff574d7)) * payment reconciliation tool consider cost_center for JV ([9f98891](https://github.com/frappe/erpnext/commit/9f988910b54a3ca0cf00d1706127f4ad5e349e1c)) * payment request make bank field Link instead of Read Only ([299175e](https://github.com/frappe/erpnext/commit/299175e6feaae4c2cbf2176d699a532b01a9ee6c)) * pick list picked-qty for batch item ([96a6db0](https://github.com/frappe/erpnext/commit/96a6db0422c92bc5a97545c3ce1eb28fb34badb5)) * SEZ Without Payment of Tax don't add tax rows ([a13eecc](https://github.com/frappe/erpnext/commit/a13eecc961df0f73219b878181ff7126f7e555e7)) * show `Make Purchase Invoice` button based on permission ([7124328](https://github.com/frappe/erpnext/commit/712432864095cb193a1e031bb2f3ab33d1619f01)) * typo in sales_register's filter mode_of_payment (backport [#32371](https://github.com/frappe/erpnext/issues/32371)) ([#32447](https://github.com/frappe/erpnext/issues/32447)) ([cdc8297](https://github.com/frappe/erpnext/commit/cdc82970838d328b416dc0fe878e759b6148890d)) * update with new Frappe color. fix [#32455](https://github.com/frappe/erpnext/issues/32455) ([#32456](https://github.com/frappe/erpnext/issues/32456)) ([ad43b18](https://github.com/frappe/erpnext/commit/ad43b18acee4447a7bac2b295e8783478f722b76)) ### Reverts * Revert "fix: fetch swift_number in payment_request" ([8251b84](https://github.com/frappe/erpnext/commit/8251b843ecf51aec8c6d72f57c0c135b05a3912a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b60bd1506fb..c6a1446601c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.39.3" +__version__ = "13.39.4" def get_default_company(user=None):