From a059bcdbda1730f75aff1d51034fbdf07b15eae8 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:20:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.6.1 ## [14.6.1](https://github.com/alyf-de/erpnext_germany/compare/v14.6.0...v14.6.1) (2024-03-19) ### Bug Fixes * **VAT ID Check:** retry on Connection Error ([2f1bd97](https://github.com/alyf-de/erpnext_germany/commit/2f1bd97e14bc0eb2dc2cc9ae8b2ae6e56e6a20cc)) --- 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 2eb63ac..76cd13c 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "14.6.0" +__version__ = "14.6.1"