From 4bef30c89cb2285ab77c3419d7d4624878679668 Mon Sep 17 00:00:00 2001 From: Sandra Hoang Date: Wed, 6 Sep 2023 14:15:47 -0400 Subject: [PATCH] Update version tag --- HISTORY.rst | 7 ++++++- setup.cfg | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6d3ceda..cdc7f9c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -28,4 +28,9 @@ History 0.3.2 (2023-09-01) ---------------------- -* Bug fix to add dotenv to install_requires \ No newline at end of file +* Bug fix to add dotenv to install_requires + +0.3.3 (2023-09-06) +---------------------- + +* Bug fix to return collections even when non-compliant STAC collections and items exist \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index f0d9fee..3f88de5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = stac_ipyleaflet -version=0.3.2 +version=0.3.3 author = Aimee Barciauskas description=ipyleaflet customized for discovering, visualizing and interacting with STAC data. long_description = file: README.md @@ -18,7 +18,7 @@ classifiers = Programming Language :: Python :: 3.10 [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = True