From 58e304f64b6273122b6544d21146b63e76dce1bb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 17 Jun 2023 08:35:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.7 ## [14.27.7](https://github.com/frappe/erpnext/compare/v14.27.6...v14.27.7) (2023-06-17) ### Bug Fixes * validation of job card in stock entry ([e7abdc3](https://github.com/frappe/erpnext/commit/e7abdc34d0481f9ae9bbdd9c96a5c858c2ce48e5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f57ef194f77..60d0653a9da 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.6" +__version__ = "14.27.7" def get_default_company(user=None):