From 0c13cb829cc95f2dff30b2276ada489ab74e39cc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 21 Dec 2023 10:05:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.55.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [14.55.2](https://github.com/frappe/erpnext/compare/v14.55.1...v14.55.2) (2023-12-21) ### Bug Fixes * reposting not fixing valuation rate for sales return using movin… (backport [#38895](https://github.com/frappe/erpnext/issues/38895)) ([#38900](https://github.com/frappe/erpnext/issues/38900)) ([8aba707](https://github.com/frappe/erpnext/commit/8aba707b6aaa7e89355d2b5afe81f625804f6506)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 479473d991f..ee200eeba9e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.55.1" +__version__ = "14.55.2" def get_default_company(user=None):