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](ed568fb01d))
* disable rename from warehouse ([a520d06](a520d06c3f))
* **patch:** replace repost with direct sql to update 'against_voucher ([c98ab15](c98ab15a44))
This commit is contained in:
Frappe PR Bot
2024-08-21 05:21:14 +00:00
parent d5896cd8a0
commit c79088f46a

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.72.1"
__version__ = "14.72.2"
def get_default_company(user=None):