File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed
Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.9.0 "
2+ current_version = " 0.9.1 "
33parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
44serialize = [" {major}.{minor}.{patch}" ]
55search = " {current_version}"
Original file line number Diff line number Diff line change 11Change History
22==============
33
4+ v0.9.1 (2025-07-03)
5+ ^^^^^^^^^^^^^^^^^^^
6+
7+ Changes:
8+
9+ * Fixed the `birdy[docs] ` pip installation recipe to include the necessary `requirements_docs.txt ` file.
10+
411v0.9.0 (2025-07-02)
512^^^^^^^^^^^^^^^^^^^
613
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include *.rst
44include LICENSE.txt
55include requirements.txt
66include requirements_dev.txt
7+ include requirements_docs.txt
78include requirements_extra.txt
89include setup.cfg
910include docs Makefile make.bat
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ Full `documentation <http://birdy.readthedocs.org/en/latest/>`_ is on ReadTheDoc
5252 :alt: Supported Python Versions
5353
5454.. |Binder | image :: https://mybinder.org/badge_logo.svg
55- :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.9.0 ?filepath=notebooks
55+ :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.9.1 ?filepath=notebooks
5656 :alt: Binder Launcher
5757
5858.. |NBViewer | image :: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
59- :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.9.0 /notebooks/
59+ :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.9.1 /notebooks/
6060 :alt: NBViewer
6161 :height: 20
Original file line number Diff line number Diff line change 11# noqa: D100, D104
22
3- __version__ = "0.9.0 "
3+ __version__ = "0.9.1 "
44
55from .client import WPSClient
66from .ipyleafletwfs import IpyleafletWFS # noqa: F401
Original file line number Diff line number Diff line change 8888# The short X.Y version.
8989version = ""
9090# The full version, including alpha/beta/rc tags.
91- release = "0.9.0 "
91+ release = "0.9.1 "
9292
9393# The language for content autogenerated by Sphinx. Refer to documentation
9494# for a list of supported languages.
Original file line number Diff line number Diff line change 11[metadata]
2- description-file = README.rst
2+ description_file = README.rst
33
44[tool:pytest]
55python_files = test_*.py
You can’t perform that action at this time.
0 commit comments