From 1c03d41e1189564a85461afa722525962a5ff5fe Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Wed, 1 May 2024 13:11:07 +0200 Subject: [PATCH] v0.1.4 --- docs/changelog.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index ca4e0022..e8de8fd2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog for MapLibre for Python +## maplibre v0.1.4 + +* `anywidget>=0.9.0` (#36) + ## maplibre v0.1.3 * Display all properties in popup and tooltip if `prop = None` (#26) diff --git a/pyproject.toml b/pyproject.toml index b1937765..18ed9e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maplibre" -version = "0.1.3" +version = "0.1.4" description = "Python bindings for MapLibre GL JS" authors = ["Stefan Kuethe "] readme = "README.md"