From e1a5a7006f898cb63714be0f2360ef8ecfb0d861 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Jun 2023 04:56:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.13 ## [14.27.13](https://github.com/frappe/erpnext/compare/v14.27.12...v14.27.13) (2023-06-28) ### Performance Improvements * improve item wise register reports ([#35908](https://github.com/frappe/erpnext/issues/35908)) ([189954e](https://github.com/frappe/erpnext/commit/189954eaf19f45758f1b39146c5bdc5dbd9eee05)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 254b136d04f..5a739ca1c68 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.12" +__version__ = "14.27.13" def get_default_company(user=None):