Commit e72509a 1 parent 69eb5c6 commit e72509a Copy full SHA for e72509a
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ Full `documentation <http://birdy.readthedocs.org/en/latest/>`_ is on ReadTheDoc
44
44
:alt: Join the chat at https://gitter.im/bird-house/birdhouse
45
45
46
46
.. |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
48
48
:alt: Binder Launcher
49
49
50
50
.. |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/
52
52
:alt: NBViewer
53
53
:height: 20
Original file line number Diff line number Diff line change 1
1
# noqa: D100, D104
2
2
3
- __version__ = "0.8.5 "
3
+ __version__ = "0.8.6 "
4
4
5
5
from .client import WPSClient
6
6
from .ipyleafletwfs import IpyleafletWFS # noqa: F401
Original file line number Diff line number Diff line change 87
87
# The short X.Y version.
88
88
version = ""
89
89
# The full version, including alpha/beta/rc tags.
90
- release = "0.8.5 "
90
+ release = "0.8.6 "
91
91
92
92
# The language for content autogenerated by Sphinx. Refer to documentation
93
93
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8.5
2
+ current_version = 0.8.6
3
3
commit = True
4
4
tag = False
5
5
You can’t perform that action at this time.
0 commit comments