Skip to content

Commit 9b988fe

Browse files
committed
release: Version 0.3.2
1 parent 6ff2d36 commit 9b988fe

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "0.3.1"
1+
current_version = "0.3.2"
22

33
[[files]]
44
path = "src/atsphinx/footnotes.py"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Change 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+
518
v0.3.1
619
======
720

src/atsphinx/footnotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if TYPE_CHECKING:
1111
from sphinx.application import Sphinx
1212

13-
__version__ = "0.3.1"
13+
__version__ = "0.3.2"
1414

1515

1616
def is_allowd_collect(app: Sphinx):

0 commit comments

Comments
 (0)