From d5d69ff24674888d338711b9bbfc08cd6537ac12 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Dec 2023 11:20:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 0.15.2 ## [0.15.2](https://github.com/alyf-de/landa/compare/v0.15.1...v0.15.2) (2023-12-14) ### Bug Fixes * revert labels in current member data (LAN-800) ([a501000](https://github.com/alyf-de/landa/commit/a501000bc597b8782dc333ed3c8c2c9fca253c9c)) --- landa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landa/__init__.py b/landa/__init__.py index 014de0da..15418b23 100644 --- a/landa/__init__.py +++ b/landa/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "0.15.1" +__version__ = "0.15.2" @frappe.whitelist(allow_guest=True)