From cc9a4c4b566120a6572267849277ccdf0f4b6f3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Feb 2024 11:49:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 0.18.1 ## [0.18.1](https://github.com/alyf-de/landa/compare/v0.18.0...v0.18.1) (2024-02-22) ### Bug Fixes * **Member Function:** logic for setting query ([0476593](https://github.com/alyf-de/landa/commit/047659372b48f0cd91e6ff550ecb12b7c98a4811)) --- landa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landa/__init__.py b/landa/__init__.py index b4d191c1..21093e0d 100644 --- a/landa/__init__.py +++ b/landa/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "0.18.0" +__version__ = "0.18.1" @frappe.whitelist(allow_guest=True)