From eefac19cc824a714bcd9b30bc80c8683596b6e96 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 20 Dec 2023 13:06:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.55.1 ## [14.55.1](https://github.com/frappe/erpnext/compare/v14.55.0...v14.55.1) (2023-12-20) ### Bug Fixes * allow to set rate manually for service item in BOM (backport [#38880](https://github.com/frappe/erpnext/issues/38880)) ([#38881](https://github.com/frappe/erpnext/issues/38881)) ([afc0491](https://github.com/frappe/erpnext/commit/afc049154d468abc056b628105680852d513b696)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 634a41ce6e3..479473d991f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.55.0" +__version__ = "14.55.1" def get_default_company(user=None):