File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- 2025-10-13 15:17 -05:00
1+ 2025-10-17 19:22 -05:00
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '9.0'
5959# The full version, including alpha/beta/rc tags.
60- release = '9.0'
60+ release = '9.0.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
423423
424424
425425
426+
426427
427428
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ function M.branchStr()
99 end
1010 return s == " " and s or " [branch: " .. s .. " ]"
1111end
12- function M .tag () return " 9.0" end
12+ function M .tag () return " 9.0.1 " end
1313function M .git ()
14- local s = " 9.0"
14+ local s = " 9.0.1 "
1515 if (s == " @" .. " git@" ) then s = " " end
1616 if (s == M .tag () ) then s = " " end
1717 return s == " " and s or " (" .. s .. " )"
1818end
19- function M .date () return " 2025-10-13 15:17 -05:00" end
19+ function M .date () return " 2025-10-17 19:22 -05:00" end
2020function M .name ()
2121 local a = {}
2222 a [# a + 1 ] = M .tag ()
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ function M.branchStr()
99 end
1010 return s == " " and s or " [branch: " .. s .. " ]"
1111end
12- function M .tag () return " 9.0" end
12+ function M .tag () return " 9.0.1 " end
1313function M .git ()
14- local s = " 9.0"
14+ local s = " 9.0.1 "
1515 if (s == " @" .. " git@" ) then s = " " end
1616 if (s == M .tag () ) then s = " " end
1717 return s == " " and s or " (" .. s .. " )"
1818end
19- function M .date () return " 2025-10-13 12:35 -04 :00" end
19+ function M .date () return " 2025-10-17 19:22 -05 :00" end
2020function M .name ()
2121 local a = {}
2222 a [# a + 1 ] = M .tag ()
You can’t perform that action at this time.
0 commit comments