Skip to content

Commit e72509a

Browse files
committed
bumpversion to 0.8.6
1 parent 69eb5c6 commit e72509a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Full `documentation <http://birdy.readthedocs.org/en/latest/>`_ is on ReadTheDoc
4444
:alt: Join the chat at https://gitter.im/bird-house/birdhouse
4545

4646
.. |Binder| image:: https://mybinder.org/badge_logo.svg
47-
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.5?filepath=notebooks
47+
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.6?filepath=notebooks
4848
:alt: Binder Launcher
4949

5050
.. |NBViewer| image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
51-
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.5/notebooks/
51+
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.6/notebooks/
5252
:alt: NBViewer
5353
:height: 20

birdy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# noqa: D100, D104
22

3-
__version__ = "0.8.5"
3+
__version__ = "0.8.6"
44

55
from .client import WPSClient
66
from .ipyleafletwfs import IpyleafletWFS # noqa: F401

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# The short X.Y version.
8888
version = ""
8989
# The full version, including alpha/beta/rc tags.
90-
release = "0.8.5"
90+
release = "0.8.6"
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.5
2+
current_version = 0.8.6
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)