diff --git a/CHANGES.rst b/CHANGES.rst index 76dd327..71d8e30 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Change History ************** -0.8.2 (unreleased) +0.8.2 (2023-04-28) ================== Changes: diff --git a/README.rst b/README.rst index 78dbcaf..f8bd86b 100644 --- a/README.rst +++ b/README.rst @@ -33,11 +33,11 @@ You can try Birdy online using Binder (just click on the binder link below), or view the notebooks on NBViewer. .. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.1?filepath=notebooks + :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.2?filepath=notebooks :alt: Binder Launcher .. 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.1/notebooks/ + :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.2/notebooks/ :alt: NBViewer :height: 20 diff --git a/birdy/__init__.py b/birdy/__init__.py index 9156ef2..4e09f0e 100644 --- a/birdy/__init__.py +++ b/birdy/__init__.py @@ -1,6 +1,6 @@ # noqa: D100, D104 -__version__ = "0.8.1" +__version__ = "0.8.2" from .client import WPSClient from .ipyleafletwfs import IpyleafletWFS # noqa: F401 diff --git a/docs/source/conf.py b/docs/source/conf.py index 02ed5ef..639be87 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,7 +79,7 @@ # The short X.Y version. version = "" # The full version, including alpha/beta/rc tags. -release = "0.8.1" +release = "0.8.2" # 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 0cb6a67..144646c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True @@ -41,4 +41,3 @@ exclude = [doc8] ignore-path = docs/build,docs/source/_templates,docs/source/_static max-line-length = 120 -