chore(release): Bumped to Version 14.62.1

## [14.62.1](https://github.com/frappe/erpnext/compare/v14.62.0...v14.62.1) (2024-02-07)

### Bug Fixes

* incorrect planned qty in PP (backport [#39785](https://github.com/frappe/erpnext/issues/39785)) (backport [#39792](https://github.com/frappe/erpnext/issues/39792)) ([#39795](https://github.com/frappe/erpnext/issues/39795)) ([596c9fd](596c9fd507))
This commit is contained in:
Frappe PR Bot
2024-02-07 15:31:34 +00:00
parent 596c9fd507
commit 7413c8b0a9

View File

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