chore(release): Bumped to Version 14.17.1

## [14.17.1](https://github.com/frappe/erpnext/compare/v14.17.0...v14.17.1) (2023-02-24)

### Reverts

* Revert "fix: Concurrency issues in Sales and Purchase returns" (#34202) ([3c2e21e](3c2e21e2ae)), closes [#34202](https://github.com/frappe/erpnext/issues/34202) [#34019](https://github.com/frappe/erpnext/issues/34019)
This commit is contained in:
Frappe PR Bot
2023-02-24 10:07:56 +00:00
parent d6d1238974
commit cb266cd1c6

View File

@@ -2,7 +2,7 @@ import inspect
import frappe
__version__ = "14.17.0"
__version__ = "14.17.1"
def get_default_company(user=None):