From b32d9a5483bac203b2db8b327d1ac750076c5419 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 15 Oct 2024 10:46:05 -0400 Subject: [PATCH] Bump to 0.10.3 (#688) --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ee95f3..ca0aba37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.10.3] - 2024-10-15 + +### Fixes :bug: + +- Downgrade minimum traitlets version to fix use with Colab. https://github.com/developmentseed/lonboard/pull/687 + ## [0.10.2] - 2024-10-10 ### Fixes :bug: diff --git a/pyproject.toml b/pyproject.toml index e53b0a6b..a574286e 100644 --- a/pyproject.toml +++ b/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 "] license = "MIT"