We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7077d8d commit fe379f0Copy full SHA for fe379f0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.2.1 - 2021-06-16
4
+
5
+- ⬆️ UPDATE: Relax dependency pinning to allow Sphinx v4
6
7
## 0.2.0 - 2021-05-24
8
9
- ‼ BREAKING: the CLI command `to-site` is now `to-project`, and `from-site` is now `from-project`
sphinx_external_toc/__init__.py
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the project toctree to be defined in a single file."""
-__version__ = "0.2.0"
+__version__ = "0.2.1"
from typing import TYPE_CHECKING
0 commit comments