Skip to content

Commit b32d9a5

Browse files
authored
Bump to 0.10.3 (#688)
1 parent 786c551 commit b32d9a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [0.10.2] - 2024-10-10
410

511
### Fixes :bug:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lonboard"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "Fast, interactive geospatial data visualization in Jupyter."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)