From 50627733b40b5da4b60219a99c83ce25df1dba2d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 Nov 2023 11:24:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.47.3 ## [14.47.3](https://github.com/frappe/erpnext/compare/v14.47.2...v14.47.3) (2023-11-09) ### Bug Fixes * make adjustment entry using stock reconciliation (backport [#37995](https://github.com/frappe/erpnext/issues/37995)) (backport [#38008](https://github.com/frappe/erpnext/issues/38008)) ([#38018](https://github.com/frappe/erpnext/issues/38018)) ([7942ad4](https://github.com/frappe/erpnext/commit/7942ad488e7a4d8a2adffb163a76a0b95c55091c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f76d33026ef..03dd655a384 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.47.2" +__version__ = "14.47.3" def get_default_company(user=None):