From 13b751a78b09bb608b972dcb4ffbc72daee4d5be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Feb 2024 16:24:50 +0000 Subject: [PATCH] chore(release): Bumped to Version 0.18.0 # [0.18.0](https://github.com/alyf-de/landa/compare/v0.17.1...v0.18.0) (2024-02-06) ### Bug Fixes * **Customer:** anybody with write permissions can link a contact (LAN-811) ([9166821](https://github.com/alyf-de/landa/commit/91668216ee4d15d791a5f993b98e51827fb916dd)) ### Features * marker tooltips (LAN-814) ([7835f27](https://github.com/alyf-de/landa/commit/7835f270c4f0788c8170aeb85c3a4f2005b86897)) * new report "Issuing statistics" (LAN-803) ([8489982](https://github.com/alyf-de/landa/commit/8489982ff96cd560be73252860ba95f0451be901)) --- landa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landa/__init__.py b/landa/__init__.py index b1e068e3..b4d191c1 100644 --- a/landa/__init__.py +++ b/landa/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "0.17.1" +__version__ = "0.18.0" @frappe.whitelist(allow_guest=True)