From 315d4dec90eb907cd2598724b5d7a4109bab5975 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 22 Feb 2024 08:18:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.63.1 ## [14.63.1](https://github.com/frappe/erpnext/compare/v14.63.0...v14.63.1) (2024-02-22) ### Bug Fixes * negative stock error while making stock reconciliation (backport [#40016](https://github.com/frappe/erpnext/issues/40016)) ([#40025](https://github.com/frappe/erpnext/issues/40025)) ([7355fce](https://github.com/frappe/erpnext/commit/7355fce75e9c5084e4583c6510e66702cce8e94e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b6ba58052e5..aa35e62c842 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.63.0" +__version__ = "14.63.1" def get_default_company(user=None):