From 26f03c93691248548d21f7ce1d1ade321d334fac Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:09:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.7.5 ## [14.7.5](https://github.com/alyf-de/erpnext_germany/compare/v14.7.4...v14.7.5) (2024-10-24) ### Bug Fixes * **VAT ID Check:** avoid re-checking Invalid Input (backport [#51](https://github.com/alyf-de/erpnext_germany/issues/51)) ([#53](https://github.com/alyf-de/erpnext_germany/issues/53)) ([8be6cb2](https://github.com/alyf-de/erpnext_germany/commit/8be6cb2d6119dab82a371315b0487997a2e307fe)) --- erpnext_germany/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext_germany/__init__.py b/erpnext_germany/__init__.py index d6b93f2..8f9bd53 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "14.7.4" +__version__ = "14.7.5"