diff --git a/CHANGELOG.md b/CHANGELOG.md index 8411465..3a52974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.3.1 - 2022-11-25 + +- ⬆️ UPGRADE: Support `sphinx5` [#85](https://github.com/executablebooks/sphinx-external-toc/pull/85) + ## 0.3.0 - 2022-04-16 - ⬆️ UPGRADE: Drop python 3.6 support (#75) diff --git a/sphinx_external_toc/__init__.py b/sphinx_external_toc/__init__.py index d10c0b1..b4c2fc9 100644 --- a/sphinx_external_toc/__init__.py +++ b/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.3.0" +__version__ = "0.3.1" from typing import TYPE_CHECKING