From 2d8894b62995bf34906135b20e411850813dfad3 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:39:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.6.4 ## [14.6.4](https://github.com/alyf-de/erpnext_germany/compare/v14.6.3...v14.6.4) (2024-07-24) ### Bug Fixes * check for latest transaction of the same company only (backport [#38](https://github.com/alyf-de/erpnext_germany/issues/38)) ([#40](https://github.com/alyf-de/erpnext_germany/issues/40)) ([442c28a](https://github.com/alyf-de/erpnext_germany/commit/442c28a172bce1c70e344146ec5e404e81304324)) --- 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 9b29415..cc3aba0 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "14.6.3" +__version__ = "14.6.4"