Skip to content

Commit a35a47d

Browse files
authored
Merge pull request #223 from bird-house/fix-221
0.8.2 release
2 parents 4cbd217 + a4c9b61 commit a35a47d

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change History
22
**************
33

4-
0.8.2 (unreleased)
4+
0.8.2 (2023-04-28)
55
==================
66

77
Changes:

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.8.1?filepath=notebooks
36+
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.2?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.8.1/notebooks/
40+
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.2/notebooks/
4141
:alt: NBViewer
4242
:height: 20
4343

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.1"
3+
__version__ = "0.8.2"
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
@@ -79,7 +79,7 @@
7979
# The short X.Y version.
8080
version = ""
8181
# The full version, including alpha/beta/rc tags.
82-
release = "0.8.1"
82+
release = "0.8.2"
8383

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

setup.cfg

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

@@ -41,4 +41,3 @@ exclude =
4141
[doc8]
4242
ignore-path = docs/build,docs/source/_templates,docs/source/_static
4343
max-line-length = 120
44-

0 commit comments

Comments
 (0)