From 522151c1c6a1da110346fe46695afc969d1cde38 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:35:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.3.3 ## [15.3.3](https://github.com/alyf-de/erpnext_germany/compare/v15.3.2...v15.3.3) (2024-07-24) ### Bug Fixes * check for latest transaction of the same company only ([#38](https://github.com/alyf-de/erpnext_germany/issues/38)) ([e62962d](https://github.com/alyf-de/erpnext_germany/commit/e62962df11b4b2386c084b2bed3f2b6f079f2641)) --- 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 85829d2..0a9a395 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.3.2" +__version__ = "15.3.3"