diff --git a/HISTORY.rst b/HISTORY.rst index 1f4c402..668f4d9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -45,8 +45,12 @@ History * Bug fix, error in manifest of files to include in python package (#120) -Unreleased +0.3.6 (2023-11-29) ---------------------- * Updated datasets for MAAP STAC * Removed NASA JPL Biomass Layer +* Disabled Stamen Basemap (see issue #124) + +Unreleased +---------------------- diff --git a/setup.cfg b/setup.cfg index 45ab5ba..a951226 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,24 +1,24 @@ [metadata] name = stac_ipyleaflet -version=0.3.5 +version=0.3.6 author = Aimee Barciauskas description=ipyleaflet customized for discovering, visualizing and interacting with STAC data. long_description = file: README.md url = https://github.com/abarciauskas-bgse/stac_ipyleaflet keywords = stac_ipyleaflet author_email=aimee@developmentseed.org -license=MIT license +license=Apache-2.0 license classifiers = Development Status :: 2 - Beta Intended Audience :: NASA Scientists - License :: OSI Approved :: MIT License + License :: OSI Approved :: Apache-2.0 license Natural Language :: English Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True