From 49cce2fad44182c7f3ee8da9eea07004eeb8171e Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:00:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.6.0 # [15.6.0](https://github.com/alyf-de/erpnext_germany/compare/v15.5.0...v15.6.0) (2024-10-24) ### Bug Fixes * **VAT ID Check:** avoid re-checking Invalid Input ([#51](https://github.com/alyf-de/erpnext_germany/issues/51)) ([1264d67](https://github.com/alyf-de/erpnext_germany/commit/1264d67689ad705dd126ec426e528cdfd1cdd592)) ### Features * add workspace ([#52](https://github.com/alyf-de/erpnext_germany/issues/52)) ([87f4fe4](https://github.com/alyf-de/erpnext_germany/commit/87f4fe46bd0e6681d41d9421ffd0b89b4062f425)) --- 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 17b6555..58bdb35 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.5.0" +__version__ = "15.6.0"