From 84789b7407198389d52be437c5ade3ac26c6b2aa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Apr 2024 06:12:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.67.2 ## [14.67.2](https://github.com/frappe/erpnext/compare/v14.67.1...v14.67.2) (2024-04-17) ### Bug Fixes * barcode not fetched on selection of item (backport [#40814](https://github.com/frappe/erpnext/issues/40814)) ([#41027](https://github.com/frappe/erpnext/issues/41027)) ([0bee921](https://github.com/frappe/erpnext/commit/0bee921d402060abe6c06568dd3f600d1445719f)) * Delayed Order Report not working (backport [#41037](https://github.com/frappe/erpnext/issues/41037)) ([#41038](https://github.com/frappe/erpnext/issues/41038)) ([e956dbb](https://github.com/frappe/erpnext/commit/e956dbbf684c8a806942d9cf08a4ebfb65671057)) * Don't call get_fiscal_year if setup is not done yet ([59cea9f](https://github.com/frappe/erpnext/commit/59cea9f4ddac122c2b8b109b5e2d75f8ff75c23b)) * Don't set delivery date as today while making SO from Quotation ([b47e224](https://github.com/frappe/erpnext/commit/b47e224a1cc0bd8d9c985284150ef66eebe1b35a)) * exclude some query builder lines from ruff rules ([2425119](https://github.com/frappe/erpnext/commit/2425119b5e450fa06e7cba61f5d98c52d7c5a3ec)) * expense account set as COGS for stock entry Material Issue (backport [#41026](https://github.com/frappe/erpnext/issues/41026)) ([#41028](https://github.com/frappe/erpnext/issues/41028)) ([153e0ba](https://github.com/frappe/erpnext/commit/153e0ba81b62acc170a951a289363fff5579edc7)) * get address if multiple companies ([c2b6b64](https://github.com/frappe/erpnext/commit/c2b6b64e2ecbd236d977a617a463258bc2ad20a1)) * get address if multiple companies ([0493872](https://github.com/frappe/erpnext/commit/04938726d9ca1803505d118c0650d3df6e9f4f84)) * **gp:** SLEs not fetched for correct warehouse ([97e7b3f](https://github.com/frappe/erpnext/commit/97e7b3f3d3f1bd77e26db7dc3e02796ce683b092)) * incorrect exc gain/loss for PE against JE for payable accounts ([50a74ee](https://github.com/frappe/erpnext/commit/50a74ee7fe95f1b58bdf8ef935eae5ba0bc04ffc)) * Resolve merge conflicts ([cc925ae](https://github.com/frappe/erpnext/commit/cc925ae938a201beff8413f21646fa17522db8f6)) * Subcontracting Receipt GL Entries (backport [#40773](https://github.com/frappe/erpnext/issues/40773)) ([#40978](https://github.com/frappe/erpnext/issues/40978)) ([c2c4548](https://github.com/frappe/erpnext/commit/c2c4548cc0013dd058e564157c767e9b18f66582)) * test cases ([79e23da](https://github.com/frappe/erpnext/commit/79e23dad2c61aafb0145048a49a2d79abf811cb0)) * **treewide:** manual ruff fixes ([b087fb3](https://github.com/frappe/erpnext/commit/b087fb3d549462ea8c9d1e65e8622e952d4039f6)) * use 'eq' and isnull() on qb conditions ([b4ed2d2](https://github.com/frappe/erpnext/commit/b4ed2d2c16d64d8fd06ec9c273f25c97f032d124)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0898ee7b4cd..95ffb09c661 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.67.1" +__version__ = "14.67.2" def get_default_company(user=None):