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 07a3b79 commit 9f5d7e8Copy full SHA for 9f5d7e8
README.md
@@ -74,6 +74,11 @@ Options:
74
75
## Release Notes
76
77
+### 1.1.1
78
+
79
+Bug fix:
80
+- Don't drop additional top-level headings in subchapter files
81
82
### 1.1.0
83
84
Features:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jupyter-book-to-htmlbook"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "A script to convert jupyter book html files to htmlbook for consumption in Atlas"
5
authors = ["delfanbaum"]
6
0 commit comments