File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- current_version = " 0.3.1 "
1+ current_version = " 0.3.2 "
22
33[[files ]]
44path = " src/atsphinx/footnotes.py"
Original file line number Diff line number Diff line change 1- Release atsphinx-footnotes v0.3.1
1+ Release atsphinx-footnotes v0.3.2
22
3- - Changelog is https://github.com/atsphinx/footnotes/blob/v0.3.1 /CHANGES.rst
3+ - Changelog is https://github.com/atsphinx/footnotes/blob/v0.3.2 /CHANGES.rst
Original file line number Diff line number Diff line change 22Change logs
33===========
44
5+ v0.3.2
6+ ======
7+
8+ :date: 2025-11-29 (Asia/Tokyo)
9+
10+ Others
11+ ------
12+
13+ * It requires Python 3.9 or later since this version.
14+ * Add 3.8 from supported versions.
15+ * Add 3.14 to supported versions.
16+ * Add type stub.
17+
518v0.3.1
619======
720
Original file line number Diff line number Diff line change 1010if TYPE_CHECKING :
1111 from sphinx .application import Sphinx
1212
13- __version__ = "0.3.1 "
13+ __version__ = "0.3.2 "
1414
1515
1616def is_allowd_collect (app : Sphinx ):
You can’t perform that action at this time.
0 commit comments