From 638befb35f9c8fda7c775421b59cde8a8879eb5a Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Fri, 15 Jan 2021 13:05:37 +0100 Subject: [PATCH] release 0.7.0 --- 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 586c197..570bfc5 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.6.8?filepath=notebooks + :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.7.0?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.6.8/notebooks/ + :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.7.0/notebooks/ :alt: NBViewer :height: 20 diff --git a/birdy/__init__.py b/birdy/__init__.py index 5e00d72..67ddba2 100644 --- a/birdy/__init__.py +++ b/birdy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.8" +__version__ = "0.7.0" from .client import WPSClient from .ipyleafletwfs import IpyleafletWFS # noqa: F401 diff --git a/docs/source/conf.py b/docs/source/conf.py index b1beed6..fd707c7 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.6.8" +release = "0.7.0" # 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 568e15b..996e902 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.8 +current_version = 0.7.0 commit = True tag = True