From 3f433b1b8b6485c9c7e6d6d8ed47037098b0d508 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Nov 2023 18:40:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.47.1 ## [14.47.1](https://github.com/frappe/erpnext/compare/v14.47.0...v14.47.1) (2023-11-08) ### Bug Fixes * asset depreciation ledger (backport [#37991](https://github.com/frappe/erpnext/issues/37991)) ([#37992](https://github.com/frappe/erpnext/issues/37992)) ([0ac78a9](https://github.com/frappe/erpnext/commit/0ac78a96a986805aa447f624b656aa4b3114d7b5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5d6894cf5a0..a8667f0c2fb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.47.0" +__version__ = "14.47.1" def get_default_company(user=None):