From 82c3eb5015e8c448636b46f2a9de24f00bff9aa0 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:08:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.2.2 ## [14.2.2](https://github.com/alyf-de/landa/compare/v14.2.1...v14.2.2) (2024-09-23) ### Bug Fixes * **Ausgabestatistik:** not a number ([201595b](https://github.com/alyf-de/landa/commit/201595b64412eccff60f3c8b01244340b523769f)) --- landa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landa/__init__.py b/landa/__init__.py index 2d21dc42..9e0424ff 100644 --- a/landa/__init__.py +++ b/landa/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "14.2.1" +__version__ = "14.2.2" @frappe.whitelist(allow_guest=True)