From a2990923378568824a5bd8b8a5d595515f2936dd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 10 Jul 2023 14:10:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.2 ## [14.29.2](https://github.com/frappe/erpnext/compare/v14.29.1...v14.29.2) (2023-07-10) ### Bug Fixes * Delivery Note return valuation ([8c041eb](https://github.com/frappe/erpnext/commit/8c041eb424e57d632ae79e4629448e51d4baed65)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d7283dbaa42..71544723f73 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.29.1" +__version__ = "14.29.2" def get_default_company(user=None):