From 78318964c711798c4ae0bbfc7ca49788fd0591f2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Jul 2023 16:23:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.1 ## [14.29.1](https://github.com/frappe/erpnext/compare/v14.29.0...v14.29.1) (2023-07-05) ### Bug Fixes * **Payment Entry:** compare rounded amount ([#36011](https://github.com/frappe/erpnext/issues/36011)) ([03e4583](https://github.com/frappe/erpnext/commit/03e458390b8f06d84a6fa99a0c9f20bb158372d6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2328de016a0..d7283dbaa42 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.29.0" +__version__ = "14.29.1" def get_default_company(user=None):