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](e7abdc34d0))
This commit is contained in:
Frappe PR Bot
2023-06-17 08:35:04 +00:00
parent 46171738c0
commit 58e304f64b

View File

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