Skip to content

Commit 5445f41

Browse files
committed
release: Bump version 0.1.1 -> 0.2.0
1 parent e2cdfed commit 5445f41

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Change logs
33
===========
44

5+
v0.2.0
6+
======
7+
8+
:date: 2023-06-01 (JST)
9+
10+
Features
11+
--------
12+
13+
* Support i18n about rubric text.
14+
* Support custom rubric text.
15+
16+
Docs
17+
----
18+
19+
* Default installation is from PyPI.
20+
521
v0.1.1
622
======
723

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.2.0
33
commit = True
44
tag = False
55
message = release: Bump version {current_version} -> {new_version}

src/atsphinx/footnotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from sphinx.application import Sphinx
44
from sphinx.locale import _
55

6-
__version__ = "0.1.1"
6+
__version__ = "0.2.0"
77

88

99
def collect_footnotes(app: Sphinx, doctree: nodes.document):

0 commit comments

Comments
 (0)