Skip to content

Commit

Permalink
Merge pull request #243 from bird-house/release_0.8.5
Browse files Browse the repository at this point in the history
Release 0.8.5
  • Loading branch information
huard authored Mar 14, 2024
2 parents f7a1987 + 36abaf3 commit 6a673b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Change History
**************

0.8.5 (unreleased)
0.8.5 (2024-03-13)
==================

Changes:

* Update how TIFF files are converted to xarray datasets because `open_rasterio` is deprecated. See issue `239`.
* Remove `GeotiffRasterioConverter`

* Remove Python 3.7 and 3.8 from CI test suite

0.8.4 (2023-05-24)
==================
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Full `documentation <http://birdy.readthedocs.org/en/latest/>`_ 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.4?filepath=notebooks
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.5?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.4/notebooks/
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.5/notebooks/
:alt: NBViewer
:height: 20
2 changes: 1 addition & 1 deletion birdy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# noqa: D100, D104

__version__ = "0.8.4"
__version__ = "0.8.5"

from .client import WPSClient
from .ipyleafletwfs import IpyleafletWFS # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# The short X.Y version.
version = ""
# The full version, including alpha/beta/rc tags.
release = "0.8.4"
release = "0.8.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.4
current_version = 0.8.5
commit = True
tag = False

Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ def parse_reqs(file):
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Atmospheric Science",
]

Expand Down

0 comments on commit 6a673b8

Please sign in to comment.