From 4ea3876f3094a08d8e7f3892330e773f7b3d8d99 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Mar 2024 03:27:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.66.0 # [14.66.0](https://github.com/frappe/erpnext/compare/v14.65.8...v14.66.0) (2024-03-27) ### Bug Fixes * achieved targets for sales partners ([f9ab763](https://github.com/frappe/erpnext/commit/f9ab763cc8a7c592fd47e25b63b9ad1e5b32c988)) * Add default finance book check in P&L statement ([4485121](https://github.com/frappe/erpnext/commit/44851212551b48245b656633588704e31e89d437)) * incorrect total qty in job card ([fb252ec](https://github.com/frappe/erpnext/commit/fb252ec29acb51090b93b77ef795985776363300)) * pass empty string email content of pos invoice ([ee7bd98](https://github.com/frappe/erpnext/commit/ee7bd988788a49f7bda35eaa0dcb525983684cbf)) * permissions during bulk transaction logs ([99faafb](https://github.com/frappe/erpnext/commit/99faafb5be7ee8faef64c549a0ac47a3208a0901)) * rate not fetching from the item price ([9b3c4ac](https://github.com/frappe/erpnext/commit/9b3c4ac5757d049b6ed5f48a9f13572b383eba09)) * rate reset to zero ([2f839fb](https://github.com/frappe/erpnext/commit/2f839fbf6dcb04d56a452ccd139d9d2396b1912f)) * remove microsecond from posting datetime ([#40017](https://github.com/frappe/erpnext/issues/40017)) ([c3f9338](https://github.com/frappe/erpnext/commit/c3f93384301c64e0b38df7ca291d0a8f8d01244d)) * show correct variance for durations with no vouchers ([fe3bee4](https://github.com/frappe/erpnext/commit/fe3bee44e21ea2c96f30d653f7fec7040493db09)) * style for tax breakup ([e922ac7](https://github.com/frappe/erpnext/commit/e922ac7c31a9f3d7ec5b43a1601638266da2e81e)) * use Text Editor for rendering tax breakup table ([bba1ac5](https://github.com/frappe/erpnext/commit/bba1ac5735a3597dba06d9f5661fc15475a83051)) * validate gl for previous fiscal year ([82b6133](https://github.com/frappe/erpnext/commit/82b613353bfcbfbcb436aec847986cb1773c74bc)) * wrong buying amount if delivered and billed qty varies ([2b31113](https://github.com/frappe/erpnext/commit/2b311131ba9346dfd4a0246d6d2261be224631c6)) ### Features * bisect doctype ([5ad3918](https://github.com/frappe/erpnext/commit/5ad39182321cdab8fe211adb2b5f28957260ab3b)) * nodes doctype ([6afb6ff](https://github.com/frappe/erpnext/commit/6afb6ff4dff51c861901c828061a11fb40ae4364)) ### Performance Improvements * add in some indexes (backport [#40590](https://github.com/frappe/erpnext/issues/40590)) ([#40604](https://github.com/frappe/erpnext/issues/40604)) ([390d3a6](https://github.com/frappe/erpnext/commit/390d3a6a9fdfbe35ed1cfcd8c6cfecdde97c7d36)) * new column posting datetime in SLE to optimize stock ledger related queries ([5e68ebd](https://github.com/frappe/erpnext/commit/5e68ebd030418e589bebc8bdb6f041ef00a20625)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0d3ffcf2d09..fc00bf28d1a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.65.8" +__version__ = "14.66.0" def get_default_company(user=None):