From 7af8aec8796476385e14531b37d95c4235f1c71e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Sep 2023 12:22:33 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.39.0 # [14.39.0](https://github.com/frappe/erpnext/compare/v14.38.0...v14.39.0) (2023-09-12) ### Bug Fixes * `company` is ambiguous ([fe69d53](https://github.com/frappe/erpnext/commit/fe69d5364dd03dd2e916e0c3385f3d4e6e0163b7)) * `Parent Task` link with `Project Task` (backport [#37025](https://github.com/frappe/erpnext/issues/37025)) ([#37033](https://github.com/frappe/erpnext/issues/37033)) ([6602787](https://github.com/frappe/erpnext/commit/66027877d3cdd7ac5de421d9c5b631fe07630f6a)) * correct asset daily depr schedule calculation [v14] ([#36991](https://github.com/frappe/erpnext/issues/36991)) ([2ae4463](https://github.com/frappe/erpnext/commit/2ae4463b7692704a214fceec5d67cd6c32b67af3)) * generate pdf only when result exists ([53270dd](https://github.com/frappe/erpnext/commit/53270dd933d1e1ab22787de4ecbab6894810c5e8)) * remove report field db set ([284181d](https://github.com/frappe/erpnext/commit/284181d766e4b321e0fc642b3230c1ce86338e37)) * show letterhead and terms for AR pdf ([2077b2c](https://github.com/frappe/erpnext/commit/2077b2cde413a66347b3b72e201a2702d7f6c0b6)) * Update party type for payroll payable account ([f251d6c](https://github.com/frappe/erpnext/commit/f251d6cb699cf403e559e37276ebcca01498291e)) * use primary key for link lookup (backport [#36919](https://github.com/frappe/erpnext/issues/36919)) ([#36978](https://github.com/frappe/erpnext/issues/36978)) ([4fede56](https://github.com/frappe/erpnext/commit/4fede56d98f803ee4912fa80cea386135c378d2c)) * **ux:** docstatus filter for `Reference Name` in QI (backport [#37024](https://github.com/frappe/erpnext/issues/37024)) ([#37028](https://github.com/frappe/erpnext/issues/37028)) ([21be889](https://github.com/frappe/erpnext/commit/21be889a771f815a720d44494ba2e6e8174adb83)) ### Features * add field for specifying pdf name ([657ca7f](https://github.com/frappe/erpnext/commit/657ca7ff22602ab34acc25c3c2a2d7bcd2ba25e9)) * Add half-yearly asset maintenance periodicity. (backport [#37006](https://github.com/frappe/erpnext/issues/37006)) ([#37014](https://github.com/frappe/erpnext/issues/37014)) ([acd9c69](https://github.com/frappe/erpnext/commit/acd9c692017d811f668e300fb0fedfb093df6458)) * provision to set required by from Production Plan ([#37039](https://github.com/frappe/erpnext/issues/37039)) ([d278b11](https://github.com/frappe/erpnext/commit/d278b116030df0f272c3c101b75fe3b66a344c04)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4734e8cc0b9..12a6ba9d77a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.38.0" +__version__ = "14.39.0" def get_default_company(user=None):