From 1a470e2f23e9bea8a9703970c4c8aa300571f4fe Mon Sep 17 00:00:00 2001 From: David Huard Date: Tue, 7 May 2024 16:15:52 -0400 Subject: [PATCH 1/2] Set release date --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 615391e..845a24c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Change History ************** -v0.8.7 (unreleased) +v0.8.7 (2024-05-07) =================== -* Fix regression, where loading TIFF files would return a Dataset instead of a DataArray, the behavior prior to 0.8.5. +* Fix regression, where loading TIFF files would return a Dataset instead of a DataArray, the behavior prior to 0.8.5. Loading a multi-band TIFF file will now return a DataArray with the bands as dimensions. v0.8.6 (2024-03-18) From b04954b408860fee91470e2840200ef4d7e03800 Mon Sep 17 00:00:00 2001 From: David Huard Date: Tue, 7 May 2024 16:19:28 -0400 Subject: [PATCH 2/2] Bumpversion 0.8.6->0.8.7 --- README.rst | 4 ++-- birdy/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index eb9c046..3cd3199 100644 --- a/README.rst +++ b/README.rst @@ -44,10 +44,10 @@ Full `documentation `_ is on ReadTheDoc :alt: Join the chat at https://gitter.im/bird-house/birdhouse .. |Binder| image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.6?filepath=notebooks + :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.7?filepath=notebooks :alt: Binder Launcher .. |NBViewer| image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg - :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.6/notebooks/ + :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.7/notebooks/ :alt: NBViewer :height: 20 diff --git a/birdy/__init__.py b/birdy/__init__.py index 17f689c..4937c6d 100644 --- a/birdy/__init__.py +++ b/birdy/__init__.py @@ -1,6 +1,6 @@ # noqa: D100, D104 -__version__ = "0.8.6" +__version__ = "0.8.7" from .client import WPSClient from .ipyleafletwfs import IpyleafletWFS # noqa: F401 diff --git a/docs/source/conf.py b/docs/source/conf.py index 391bcd9..44abbbc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -87,7 +87,7 @@ # The short X.Y version. version = "" # The full version, including alpha/beta/rc tags. -release = "0.8.6" +release = "0.8.7" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index c032212..5f72e76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.6 +current_version = 0.8.7 commit = True tag = False