From 33688cfcebdff56f231f6a648248b5679b9cd5da Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:52:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.4.1 ## [15.4.1](https://github.com/alyf-de/erpnext_germany/compare/v15.4.0...v15.4.1) (2024-08-27) ### Bug Fixes * also create VAT ID checks for invalid IDs ([788d714](https://github.com/alyf-de/erpnext_germany/commit/788d7148d967e8fced201124a43eec9840875276)), closes [#42](https://github.com/alyf-de/erpnext_germany/issues/42) --- 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 ff9f49e..edac692 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.4.0" +__version__ = "15.4.1"