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](19203bb87d))
This commit is contained in:
Frappe PR Bot
2023-06-17 06:58:24 +00:00
parent 19203bb87d
commit 7ffa6b4fbd

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.27.5"
__version__ = "14.27.6"
def get_default_company(user=None):