From 44852c9093d88129ad62f31978bab2a40f714cf8 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:47:18 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.6.3 ## [14.6.3](https://github.com/alyf-de/erpnext_germany/compare/v14.6.2...v14.6.3) (2024-06-22) ### Bug Fixes * show fields only when their dependencies are filled in (backport [#30](https://github.com/alyf-de/erpnext_germany/issues/30)) ([#35](https://github.com/alyf-de/erpnext_germany/issues/35)) ([66bfa23](https://github.com/alyf-de/erpnext_germany/commit/66bfa23df02417a1ff2491b60bc7abc38cdf4131)) --- 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 09e4919..9b29415 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "14.6.2" +__version__ = "14.6.3"