chore(release): Bumped to Version 15.14.2

## [15.14.2](https://github.com/frappe/erpnext/compare/v15.14.1...v15.14.2) (2024-02-16)

### Bug Fixes

* batch filter not working in stock ledger report (backport [#39934](https://github.com/frappe/erpnext/issues/39934)) ([#39935](https://github.com/frappe/erpnext/issues/39935)) ([3cd3159](3cd315973c))
This commit is contained in:
Frappe PR Bot 2024-02-16 16:20:27 +00:00
parent 709faaac69
commit fd76847cfa

View File

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