Skip to content

Commit 4e83bb6

Browse files
authored
Merge pull request #87 from executablebooks/v0.3.1
🚀 RELEASE: v0.3.1
2 parents 530f0d5 + f9975ea commit 4e83bb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.1 - 2022-11-25
4+
5+
- ⬆️ UPGRADE: Support `sphinx5` [#85](https://github.com/executablebooks/sphinx-external-toc/pull/85)
6+
37
## 0.3.0 - 2022-04-16
48

59
- ⬆️ UPGRADE: Drop python 3.6 support (#75)

sphinx_external_toc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A sphinx extension that allows the project toctree to be defined in a single file."""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.3.1"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)