chore(release): Bumped to Version 14.65.3

## [14.65.3](https://github.com/frappe/erpnext/compare/v14.65.2...v14.65.3) (2024-03-14)

### Bug Fixes

* Data too long for column 'stock_queue' (backport [#40450](https://github.com/frappe/erpnext/issues/40450)) ([#40452](https://github.com/frappe/erpnext/issues/40452)) ([0999d09](0999d09700))
* warehouse issue in pick list (backport [#40453](https://github.com/frappe/erpnext/issues/40453)) ([#40455](https://github.com/frappe/erpnext/issues/40455)) ([314e9f5](314e9f5787))
This commit is contained in:
Frappe PR Bot
2024-03-14 07:36:22 +00:00
parent 314e9f5787
commit 009cdb732f

View File

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