From 009cdb732f3fa4a15cad35935f5b100a35d66958 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 14 Mar 2024 07:36:22 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/0999d09700af8ab8135f2a449516e0604ad3fa41)) * warehouse issue in pick list (backport [#40453](https://github.com/frappe/erpnext/issues/40453)) ([#40455](https://github.com/frappe/erpnext/issues/40455)) ([314e9f5](https://github.com/frappe/erpnext/commit/314e9f5787ad774baf0fa669320605a72277fa7a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5d79e3b4dbe..d8d9b10d319 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.65.2" +__version__ = "14.65.3" def get_default_company(user=None):