From 689d7d2400bd590339d4a1f97b97e85ec381af20 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:14:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.7.0 # [14.7.0](https://github.com/alyf-de/erpnext_germany/compare/v14.6.4...v14.7.0) (2024-07-24) ### Features * **Business Letter:** add company field (backport [#39](https://github.com/alyf-de/erpnext_germany/issues/39)) ([#41](https://github.com/alyf-de/erpnext_germany/issues/41)) ([7d9d987](https://github.com/alyf-de/erpnext_germany/commit/7d9d987589b4d7906b312b3aa8fc0d9a18a08450)) --- 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 cc3aba0..768b0bc 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "14.6.4" +__version__ = "14.7.0"