Skip to content

Commit 2e0b4c4

Browse files
authored
fix jupyter-book pinning (#25)
1 parent e87abcb commit 2e0b4c4

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.6.2 - 1 December 2025
4+
5+
- Pins `jupyter-book` to "<2" to avoid v2 migration issues prior to testing.
6+
37
## v0.6.1 - 17 October 2025
48

59
- Replaces the use of WOMBAT's weather profile for the internal `Project.weather` for

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dev = [
7272
"ruff",
7373
]
7474
docs = [
75-
"jupyter-book",
75+
"jupyter-book<2",
7676
"myst-nb",
7777
"myst-parser",
7878
"sphinx-autodoc-typehints",

waves/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from waves.project import Project
44

55

6-
__version__ = "0.6.1"
6+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)