From d9008779de78252f481585958ec88dda674430cf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 23 Jun 2023 02:55:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.12 ## [14.27.12](https://github.com/frappe/erpnext/compare/v14.27.11...v14.27.12) (2023-06-23) ### Bug Fixes * show non-depreciable assets in fixed asset register ([#35858](https://github.com/frappe/erpnext/issues/35858)) ([2240aeb](https://github.com/frappe/erpnext/commit/2240aeb307fd10b197e27f0c309fc87c3c4689fb)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 919462c24a8..254b136d04f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.10" +__version__ = "14.27.12" def get_default_company(user=None):