Skip to content

Commit 07dcc3b

Browse files
authored
Bump to 0.7.1 (#435)
1 parent a3e125f commit 07dcc3b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.1] - 2024-03-22
4+
5+
### Fixes :bug:
6+
7+
* Fix CLI with geopackage files by @kylebarron in https://github.com/developmentseed/lonboard/pull/434
8+
9+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.7.0...v0.7.1
10+
311
## [0.7.0] - 2024-03-21
412

513
### New! :sparkles:

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.7.0"
3+
version = "0.7.1"
44
description = "Python library for fast, interactive geospatial vector data visualization in Jupyter."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)