From 815b85510d2b0785cdb1c1b5396c2f0413ef6877 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:20:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.3.1 ## [15.3.1](https://github.com/alyf-de/erpnext_germany/compare/v15.3.0...v15.3.1) (2024-03-19) ### Bug Fixes * **VAT ID Check:** retry on Connection Error ([ac6969c](https://github.com/alyf-de/erpnext_germany/commit/ac6969cd4136dba897feba269c66e588724e7bbe)) --- 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 1609d49..63b4c27 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.3.0" +__version__ = "15.3.1"