Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ History
----------------------

* Added automatic COG filter to narrow down available collection (Issue #66)
* Added interact by point tool to get coordinates and raster values at a location (Issue #64)
* Added interact by point tool to get coordinates and raster values at a location (Issue #64)

0.4.0 (Upcoming)
----------------------
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = stac_ipyleaflet
version=0.3.0
version=0.4.0-dev
author = Aimee Barciauskas
description=ipyleaflet customized for discovering, visualizing and interacting with STAC data.
long_description = file: README.md
Expand All @@ -18,7 +18,7 @@ classifiers =
Programming Language :: Python :: 3.10

[bumpversion]
current_version = 0.3.0
current_version = 0.4.0-dev
commit = True
tag = True

Expand Down