From 14bec40d09bdaf33415ddf31665be5704f399bfa Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:45:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.3.2 ## [15.3.2](https://github.com/alyf-de/erpnext_germany/compare/v15.3.1...v15.3.2) (2024-06-22) ### Bug Fixes * show fields only when their dependencies are filled in ([#30](https://github.com/alyf-de/erpnext_germany/issues/30)) ([b599000](https://github.com/alyf-de/erpnext_germany/commit/b599000711bba92e6192a744bddf674a6ea05fd9)) --- 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 63b4c27..85829d2 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.3.1" +__version__ = "15.3.2"