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](f3b7eedb25))
This commit is contained in:
Frappe PR Bot
2023-06-15 06:34:31 +00:00
parent f3b7eedb25
commit c774c14b13

View File

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