From c79088f46a0df4b3832b0c86a4be4b1bbf07a42a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 21 Aug 2024 05:21:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.72.2 ## [14.72.2](https://github.com/frappe/erpnext/compare/v14.72.1...v14.72.2) (2024-08-21) ### Bug Fixes * disable rename from warehouse ([ed568fb](https://github.com/frappe/erpnext/commit/ed568fb01d8658e3e1ea20ad87e6bd53e18533df)) * disable rename from warehouse ([a520d06](https://github.com/frappe/erpnext/commit/a520d06c3f41c3b85ddfb20e5cf02648f773bb58)) * **patch:** replace repost with direct sql to update 'against_voucher ([c98ab15](https://github.com/frappe/erpnext/commit/c98ab15a44ce1df84dd45e8fecf47043af688106)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2037cfa84f95..9c46e07ea90c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.72.1" +__version__ = "14.72.2" def get_default_company(user=None):