From 9a2674ea29c22c90ddb84c9d9ffd6f504f6a0b33 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 Nov 2023 07:28:50 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.47.2 ## [14.47.2](https://github.com/frappe/erpnext/compare/v14.47.1...v14.47.2) (2023-11-09) ### Bug Fixes * pick serial nos from selected batch only (backport [#37988](https://github.com/frappe/erpnext/issues/37988)) ([#38011](https://github.com/frappe/erpnext/issues/38011)) ([0405aae](https://github.com/frappe/erpnext/commit/0405aae4a0698684b053ef931827e39773044b50)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a8667f0c2fb..f76d33026ef 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.47.1" +__version__ = "14.47.2" def get_default_company(user=None):