We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06584f8 commit fc14fa2Copy full SHA for fc14fa2
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for MapLibre for Python
2
3
+## maplibre v0.3.5
4
+
5
+* Fix #142 (thx to @nuayge)
6
7
## maplibre v0.3.4
8
9
* Fix pydantic list bug in `basemaps.py` and `light.py` (#144)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maplibre"
-version = "0.3.4"
+version = "0.3.5"
description = "Python bindings for MapLibre GL JS"
authors = ["Stefan Kuethe <stefan.kuethe@eoda.de>"]
readme = "README.md"
0 commit comments