Commit c8204f4 Robert McLay
committed
1 parent a678dab commit c8204f4 Copy full SHA for c8204f4
File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- 2024-07-21 19:29 -04:00
1
+ 2024-07-22 10:04 -04:00
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '8.7'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '8.7.46 '
60
+ release = '8.7.47 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
400
400
401
401
402
402
403
+
403
404
404
405
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ function M.branchStr()
9
9
end
10
10
return s == " " and s or " [branch: " .. s .. " ]"
11
11
end
12
- function M .tag () return " 8.7.46 " end
12
+ function M .tag () return " 8.7.47 " end
13
13
function M .git ()
14
- local s = " 8.7.46 "
14
+ local s = " 8.7.47 "
15
15
if (s == " @" .. " git@" ) then s = " " end
16
16
if (s == M .tag () ) then s = " " end
17
17
return s == " " and s or " (" .. s .. " )"
18
18
end
19
- function M .date () return " 2024-07-21 19:29 -04:00" end
19
+ function M .date () return " 2024-07-22 10:04 -04:00" end
20
20
function M .name ()
21
21
local a = {}
22
22
a [# a + 1 ] = M .tag ()
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ function M.branchStr()
9
9
end
10
10
return s == " " and s or " [branch: " .. s .. " ]"
11
11
end
12
- function M .tag () return " 8.7.46 " end
12
+ function M .tag () return " 8.7.47 " end
13
13
function M .git ()
14
- local s = " 8.7.46 "
14
+ local s = " 8.7.47 "
15
15
if (s == " @" .. " git@" ) then s = " " end
16
16
if (s == M .tag () ) then s = " " end
17
17
return s == " " and s or " (" .. s .. " )"
18
18
end
19
- function M .date () return " 2024-07-21 19:29 -04:00" end
19
+ function M .date () return " 2024-07-22 10:04 -04:00" end
20
20
function M .name ()
21
21
local a = {}
22
22
a [# a + 1 ] = M .tag ()
You can’t perform that action at this time.
0 commit comments