From 71207a7daee5dba393759c2462cec4f0bf736187 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 22 Jun 2023 06:26:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.10 ## [14.27.10](https://github.com/frappe/erpnext/compare/v14.27.9...v14.27.10) (2023-06-22) ### Bug Fixes * incorrect cost center error in bank reconciliation ([4be554d](https://github.com/frappe/erpnext/commit/4be554d8b4935177f3117b4fd367e71b54a1efa8)) * no permission for accounts settings on payment reconciliation ([3194e3a](https://github.com/frappe/erpnext/commit/3194e3a020ae2f4746d88c606dddb16c06f4af33)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c058aa8ce35..919462c24a8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.9" +__version__ = "14.27.10" def get_default_company(user=None):