chore(release): Bumped to Version 15.17.1

## [15.17.1](https://github.com/frappe/erpnext/compare/v15.17.0...v15.17.1) (2024-03-14)

### Bug Fixes

* **test:** manually filter row and assert ([057e433](057e43330f))
This commit is contained in:
Frappe PR Bot
2024-03-14 09:17:23 +00:00
parent 217cef6f4e
commit 436e030961

View File

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