File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 99 "full_name" : " sphinxnotes-strike" ,
1010 "author" : " Shengyu Zhang" ,
1111 "description" : " An extension that adds strikethrough text support to Sphinx" ,
12- "version" : " 1.2 " ,
12+ "version" : " 1.3 " ,
1313 "github_owner" : " sphinx-notes" ,
1414 "github_repo" : " strike" ,
1515 "pypi_name" : " sphinxnotes-strike" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ Change Log
1919
2020 Change log here.
2121
22+ 1.3
23+ ---
24+
25+ .. version :: _
26+ :date: 2025-09-26
27+
28+ - Export a ``SUPPORTED_BUILDERS `` list (:issue: `7 `)
29+ - Add :file: `py.typed ` file to ship type hints (:pull: `6 `)
30+
22311.2
2332---
2433
Original file line number Diff line number Diff line change 1111
1212project = 'sphinxnotes-strike'
1313author = 'Shengyu Zhang'
14- copyright = "2023 , " + author
14+ copyright = "2025 , " + author
1515
1616# The full version, including alpha/beta/rc tags
17- version = release = '1.2-4-g8eb3dc8 '
17+ version = release = '1.3 '
1818
1919# -- General configuration ---------------------------------------------------
2020
You can’t perform that action at this time.
0 commit comments