We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f819a5 commit aceffc4Copy full SHA for aceffc4
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.10.3] - 2024-10-15
4
+
5
+### Fixes :bug:
6
7
+- Downgrade minimum traitlets version to fix use with Colab. https://github.com/developmentseed/lonboard/pull/687
8
9
## [0.10.2] - 2024-10-10
10
11
### Fixes :bug:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lonboard"
-version = "0.10.2"
+version = "0.10.3"
description = "Fast, interactive geospatial data visualization in Jupyter."
authors = ["Kyle Barron <kyle@developmentseed.org>"]
license = "MIT"
0 commit comments