We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5b763 commit ac74af9Copy full SHA for ac74af9
README.md
@@ -72,6 +72,11 @@ Options:
72
73
## Release Notes
74
75
+### 1.0.8
76
+
77
+Bug fixes:
78
+- Part caption casing is preserved from `_toc.yaml`
79
80
### 1.0.7
81
82
Features:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jupyter-book-to-htmlbook"
3
-version = "1.0.7"
+version = "1.0.8"
4
description = "A script to convert jupyter book html files to htmlbook for consumption in Atlas"
5
authors = ["delfanbaum"]
6
0 commit comments