Skip to content

Commit 638befb

Browse files
committed
release 0.7.0
1 parent 1542d78 commit 638befb

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
@@ -33,11 +33,11 @@ You can try Birdy online using Binder (just click on the binder link below),
3333
or view the notebooks on NBViewer.
3434

3535
.. image:: https://mybinder.org/badge_logo.svg
36-
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.8?filepath=notebooks
36+
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.7.0?filepath=notebooks
3737
:alt: Binder Launcher
3838

3939
.. image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
40-
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.6.8/notebooks/
40+
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.7.0/notebooks/
4141
:alt: NBViewer
4242
:height: 20
4343

birdy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.6.8"
1+
__version__ = "0.7.0"
22

33
from .client import WPSClient
44
from .ipyleafletwfs import IpyleafletWFS # noqa: F401

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# The short X.Y version.
8080
version = ""
8181
# The full version, including alpha/beta/rc tags.
82-
release = "0.6.8"
82+
release = "0.7.0"
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# 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.6.8
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)