From 7c37d4c71a99b3d925ef945bf0f2805d6997c685 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 7 Sep 2024 12:40:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.73.2 ## [14.73.2](https://github.com/frappe/erpnext/compare/v14.73.1...v14.73.2) (2024-09-07) ### Bug Fixes * incorrect qty after transaction in SLE (backport [#43103](https://github.com/frappe/erpnext/issues/43103)) ([#43104](https://github.com/frappe/erpnext/issues/43104)) ([f054261](https://github.com/frappe/erpnext/commit/f0542613e0ad8fc3a1ccb35d6a500e7f06497c17)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d51e47284a5..076a0479dad 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.73.1" +__version__ = "14.73.2" def get_default_company(user=None):