From fb076d34b1e446fea95dbc7555ea999fb61e02ce Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 Apr 2024 10:32:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.66.3 ## [14.66.3](https://github.com/frappe/erpnext/compare/v14.66.2...v14.66.3) (2024-04-03) ### Bug Fixes * cost center shouldn't update debit/credit in Exc gain/loss JV ([f66b53b](https://github.com/frappe/erpnext/commit/f66b53b2c1f2855ad72500731c350bc37ccf8218)) * do not fetch received items in purchase receipt ([e778d7e](https://github.com/frappe/erpnext/commit/e778d7e69041f2f4cd63c6ecaa23a8146c86fe4f)) * linter issues ([515f933](https://github.com/frappe/erpnext/commit/515f93336263b4a865b66bd79fe8e884c88b79aa)) * markdown to text editor set for supplier quotation ([b5629d2](https://github.com/frappe/erpnext/commit/b5629d2d4e93adffda39f027a2de861167b709b6)) * payment_order_status should be no_copy ([8dff18e](https://github.com/frappe/erpnext/commit/8dff18eab478a3a17d485dc500dbcdeda84eaf0f)) * Priority not copied from project template ([4f4470b](https://github.com/frappe/erpnext/commit/4f4470b9d209dc5b2c04a2c61029d69dd4f976c8)) * show currency symbol in base currency in fixed asset register report ([cfe5f00](https://github.com/frappe/erpnext/commit/cfe5f009f6eef125d836601ab72d1913b50d90e9)) * show future payments allocated sales returns is considered as payment ([803ed90](https://github.com/frappe/erpnext/commit/803ed904a9aa1201af0b7a701861ad03a8306fcd)) * Warehouse linked company name in multicompany setup (backport [#40779](https://github.com/frappe/erpnext/issues/40779)) ([#40780](https://github.com/frappe/erpnext/issues/40780)) ([ceac42d](https://github.com/frappe/erpnext/commit/ceac42dfaa691d169603a529545c6fd70facf247)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7e2270131e0..b82a818ad05 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.66.2" +__version__ = "14.66.3" def get_default_company(user=None):