From 83b378520259c2b8c20811d5b2a798a15d0294a8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 27 Oct 2023 03:44:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.45.2 ## [14.45.2](https://github.com/frappe/erpnext/compare/v14.45.1...v14.45.2) (2023-10-27) ### Bug Fixes * purchase receipt with stock and asset items ([848928e](https://github.com/frappe/erpnext/commit/848928e7d1a03261a0e44855bc6cced015b1c756)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c91c877c1c2..23e5114413e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.45.1" +__version__ = "14.45.2" def get_default_company(user=None):