Skip to content

Commit 65d1ba6

Browse files
authored
setup for new release 0.4.4 (#79)
1 parent ed946ef commit 65d1ba6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## 0.4.3 - 2021-09-29
411

512
### 🔧 MAINTAIN

sphinx_jupyterbook_latex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx
88

9-
__version__ = "0.4.3"
9+
__version__ = "0.4.4"
1010
"""sphinx-jupyterbook-latex version"""
1111

1212

0 commit comments

Comments
 (0)