We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed946ef commit 65d1ba6Copy full SHA for 65d1ba6
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 0.4.4 - 2021-10-06
4
+
5
+### 🐛 FIX
6
7
+- Addresses missing hidden toctree attribute [PR #74](https://github.com/executablebooks/sphinx-jupyterbook-latex/pull/74)
8
+ Thanks to @Jegp and @xmnlab.
9
10
## 0.4.3 - 2021-09-29
11
12
### 🔧 MAINTAIN
sphinx_jupyterbook_latex/__init__.py
@@ -6,7 +6,7 @@
if TYPE_CHECKING:
from sphinx.application import Sphinx
-__version__ = "0.4.3"
+__version__ = "0.4.4"
"""sphinx-jupyterbook-latex version"""
0 commit comments