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](2240aeb307))
This commit is contained in:
Frappe PR Bot
2023-06-23 02:55:10 +00:00
parent c66c4e3aab
commit d9008779de

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.27.10"
__version__ = "14.27.12"
def get_default_company(user=None):