chore(release): Bumped to Version 15.27.3

## [15.27.3](https://github.com/frappe/erpnext/compare/v15.27.2...v15.27.3) (2024-06-11)

### Bug Fixes

* Add timestamp to key for immutable views ([439ef10](439ef109f3))
This commit is contained in:
Frappe PR Bot
2024-06-11 09:50:57 +00:00
parent 144d7828e9
commit 6157119bcf

View File

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