From c774c14b13e82c5b185df62f4d47e86cb51bcea5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 15 Jun 2023 06:34:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.4 ## [14.27.4](https://github.com/frappe/erpnext/compare/v14.27.3...v14.27.4) (2023-06-15) ### Bug Fixes * update `Stock Reconciliation` diff qty while reposting (backport [#35700](https://github.com/frappe/erpnext/issues/35700)) (backport [#35702](https://github.com/frappe/erpnext/issues/35702)) ([#35703](https://github.com/frappe/erpnext/issues/35703)) ([f3b7eed](https://github.com/frappe/erpnext/commit/f3b7eedb25672f37d75a30464500bc411d8c9223)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 433ea849005..7e03ef1f009 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.3" +__version__ = "14.27.4" def get_default_company(user=None):