From 6e1fd3dd7b100c51873f61b9541087d45cd8a637 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Apr 2024 20:48:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 0.21.2 ## [0.21.2](https://github.com/alyf-de/landa/compare/v0.21.1...v0.21.2) (2024-04-22) ### Bug Fixes * **Water Body:** use shared cache ([ad995e1](https://github.com/alyf-de/landa/commit/ad995e16f9a204b96c6635905855dc909e09e74f)) --- landa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landa/__init__.py b/landa/__init__.py index a56fe69b..8d1d1308 100644 --- a/landa/__init__.py +++ b/landa/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "0.21.1" +__version__ = "0.21.2" @frappe.whitelist(allow_guest=True)