From 983c2133c2e2c395deaa0bf35e179d5f10b037de Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 29 Nov 2023 04:55:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.54.14 ## [13.54.14](https://github.com/frappe/erpnext/compare/v13.54.13...v13.54.14) (2023-11-29) ### Bug Fixes * patch - Duplicate entry quality inspection parameter (backport [#38262](https://github.com/frappe/erpnext/issues/38262)) ([#38265](https://github.com/frappe/erpnext/issues/38265)) ([095d99d](https://github.com/frappe/erpnext/commit/095d99dbd254adf677d1aac6c73c19e496d0f84f)) * precision for invoice outstandings ([#38323](https://github.com/frappe/erpnext/issues/38323)) ([190f77a](https://github.com/frappe/erpnext/commit/190f77abffeca7bbc5983806caebce656a040035)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 02fae85e5df..40c52f06799 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.54.13" +__version__ = "13.54.14" def get_default_company(user=None):