From 2796aa8b57cee1d24faddb959a74a259d1c142ce Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Aug 2024 08:00:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.72.0 # [14.72.0](https://github.com/frappe/erpnext/compare/v14.71.0...v14.72.0) (2024-08-14) ### Bug Fixes * dimensions in common party journal entry ([b73df8f](https://github.com/frappe/erpnext/commit/b73df8f5f020111146106fe7000a046d7ae2beca)) * expense causing p&l test case to fail ([a9fa9e8](https://github.com/frappe/erpnext/commit/a9fa9e86ea6858f3664cadf50d8b235760269d63)) * force fetch updates for subcription ([f35bc43](https://github.com/frappe/erpnext/commit/f35bc432423c80a057638b8d965d142acadc1a61)) * german translation of exit ([db27dd8](https://github.com/frappe/erpnext/commit/db27dd8702fec764e30085675b19ea719fd0df0e)) * ledger entries for pos return with update outstanding for self ([714a432](https://github.com/frappe/erpnext/commit/714a432c1c1fc5d61f3480600f6513c146231fa9)) * Maintain same rate on qty change on Quotation to Sales Order ([29449cb](https://github.com/frappe/erpnext/commit/29449cbaf962c0ebc09f760624f2b0608b8e41b4)) * missing def expense if no exp in first month ([7cd6deb](https://github.com/frappe/erpnext/commit/7cd6debd0e75f9cb6b0ca94c70667d3d38546a74)) * patch to fix incorrect against_voucher references in ledger ([5473546](https://github.com/frappe/erpnext/commit/54735469c1ef47eb0eeba3e01faa22f97ad65319)) * pre-commit for better code formatting ([8f19832](https://github.com/frappe/erpnext/commit/8f19832aa55794da1c4342faf2a91bfa1e1ca394)) * Sort lists before calling itertools.groupby ([29cfb7c](https://github.com/frappe/erpnext/commit/29cfb7cf2509cb0fb030cb48f92343dc1887668d)) * test case for zero deferred expense ([186701b](https://github.com/frappe/erpnext/commit/186701b54f4bbe79c4e824766cd8679b8759c06d)) * text color in sales funnel report based on theme ([2509618](https://github.com/frappe/erpnext/commit/25096185c91c9188d8e887ed9d00fca7d07470ef)) * typeerror on payment entry ([c4c001b](https://github.com/frappe/erpnext/commit/c4c001b6f9fcb9ca0b4f714650c43a987ae0c34b)) * update 'Paid Amount' on forex payment request ([365ef6b](https://github.com/frappe/erpnext/commit/365ef6b88ac2d5b6ee951b8119b5e2f52a6fd246)) * warning message for negative stock (backport [#42683](https://github.com/frappe/erpnext/issues/42683)) ([#42709](https://github.com/frappe/erpnext/issues/42709)) ([e44daf7](https://github.com/frappe/erpnext/commit/e44daf73fb9637bc25b0d18ed4f67cffc534ffb2)) ### Features * changes in opportunity.py to show contacts and addresses from referenced and opportunities ([8d7e150](https://github.com/frappe/erpnext/commit/8d7e150afbe6f8c4393f45bdfe028959b8551f7c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 13635730970..234bfd8a114 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.71.0" +__version__ = "14.72.0" def get_default_company(user=None):