From 38665760cdc50ffdc9aa53477d3f047b98b94ebd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 26 Oct 2023 08:52:24 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.45.1 ## [14.45.1](https://github.com/frappe/erpnext/compare/v14.45.0...v14.45.1) (2023-10-26) ### Bug Fixes * add regional support to extend purchase gl entries ([7558b62](https://github.com/frappe/erpnext/commit/7558b622a4cd9db193d9f87bec210d5d46a9a1c7)) * update existing doc if possible ([e457d39](https://github.com/frappe/erpnext/commit/e457d39b5dce2d57849d6aa2cf87929725499ef7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a0730da2fe47..c91c877c1c27 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.45.0" +__version__ = "14.45.1" def get_default_company(user=None):