From 79edcb2a94d0affb452132451d4d1fa3c8c58588 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 16 Aug 2024 11:09:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.72.1 ## [14.72.1](https://github.com/frappe/erpnext/compare/v14.72.0...v14.72.1) (2024-08-16) ### Bug Fixes * **patch:** replace repost with direct sql to update 'against_voucher ([f6f341a](https://github.com/frappe/erpnext/commit/f6f341ad58105ebf9f62512668df1cce97070788)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 234bfd8a114..2037cfa84f9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.72.0" +__version__ = "14.72.1" def get_default_company(user=None):