chore(release): Bumped to Version 14.17.3

## [14.17.3](https://github.com/frappe/erpnext/compare/v14.17.2...v14.17.3) (2023-03-01)

### Bug Fixes

* consumed qty validation for subcontracting receipt ([6ba9750](6ba97504ed))
This commit is contained in:
Frappe PR Bot
2023-03-01 10:22:45 +00:00
parent 1b578483f4
commit 60a1e10b11

View File

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