From 8648074cb37c94bb6b745c993e5b910fdba669f5 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:00:19 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.9.0 # [15.9.0](https://github.com/alyf-de/erpnext_germany/compare/v15.8.0...v15.9.0) (2024-10-29) ### Features * **Business Trip Region:** add fields "Valid From" and "Disabled" ([e6732f7](https://github.com/alyf-de/erpnext_germany/commit/e6732f793865ef4fd86c6ba084d28b3cde940eda)) * **Business Trip Region:** show rates in list view ([0a89a5d](https://github.com/alyf-de/erpnext_germany/commit/0a89a5d3950ad4e013ca37bb29410dbbd4ab0773)) * import Business Trip Regions after install and via patch ([27a35da](https://github.com/alyf-de/erpnext_germany/commit/27a35da2b59f1035293bc4e603698e6b7b55459d)) --- 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 2accef6..dbf91f9 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.8.0" +__version__ = "15.9.0"