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-20 21:00 -05 :00
1+ 2025-11-10 12:33 -06 :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.2 '
60+ release = '9.0.3 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
425425
426426
427427
428+
428429
429430
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.2 " end
12+ function M .tag () return " 9.0.3 " end
1313function M .git ()
14- local s = " 9.0.2 "
14+ local s = " 9.0.3 "
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-20 21:00 -05 :00" end
19+ function M .date () return " 2025-11-10 12:33 -06 :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.2 " end
12+ function M .tag () return " 9.0.3 " end
1313function M .git ()
14- local s = " 9.0.2 "
14+ local s = " 9.0.3 "
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-20 21:00 -05 :00" end
19+ function M .date () return " 2025-11-10 12:33 -06 :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