File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22Change 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+
521v0.1.1
622======
723
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.2.0
33commit = True
44tag = False
55message = release: Bump version {current_version} -> {new_version}
Original file line number Diff line number Diff line change 33from sphinx .application import Sphinx
44from sphinx .locale import _
55
6- __version__ = "0.1.1 "
6+ __version__ = "0.2.0 "
77
88
99def collect_footnotes (app : Sphinx , doctree : nodes .document ):
You can’t perform that action at this time.
0 commit comments