From 01024303f3020da76dc6ea30964ec7675c33da1c Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:05:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.9.1 ## [15.9.1](https://github.com/alyf-de/erpnext_germany/compare/v15.9.0...v15.9.1) (2024-11-07) ### Bug Fixes * don't fail if record exists ([6e4a8ed](https://github.com/alyf-de/erpnext_germany/commit/6e4a8ed68adef728d2bb09f4e4733ed2647279dc)), closes [/github.com/alyf-de/erpnext_germany/pull/48#issuecomment-2436286262](https://github.com//github.com/alyf-de/erpnext_germany/pull/48/issues/issuecomment-2436286262) --- 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 dbf91f9..7d98e33 100644 --- a/erpnext_germany/__init__.py +++ b/erpnext_germany/__init__.py @@ -1 +1 @@ -__version__ = "15.9.0" +__version__ = "15.9.1"