From 7ffa6b4fbdc3141e424786c7ee8bbd5080a0ee29 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 17 Jun 2023 06:58:24 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.6 ## [14.27.6](https://github.com/frappe/erpnext/compare/v14.27.5...v14.27.6) (2023-06-17) ### Bug Fixes * cannot start / stop Job Card (backport [#35753](https://github.com/frappe/erpnext/issues/35753)) ([#35754](https://github.com/frappe/erpnext/issues/35754)) ([19203bb](https://github.com/frappe/erpnext/commit/19203bb87d4fe0b662dc37f104329fe2a7377b91)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0a4822c559e..f57ef194f77 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.5" +__version__ = "14.27.6" def get_default_company(user=None):