Skip to content

Commit 006db3a

Browse files
committed
moving to TAG_VERSION 9.0.4
1 parent 7f7c7a7 commit 006db3a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.versionDate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-11-10 12:33 -06:00
1+
2025-11-12 09:30 -06:00

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '9.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '9.0.3'
60+
release = '9.0.4'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.
@@ -426,5 +426,6 @@
426426

427427

428428

429+
429430

430431

settarg/Version.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ function M.branchStr()
99
end
1010
return s == "" and s or "[branch: "..s.."]"
1111
end
12-
function M.tag() return "9.0.3" end
12+
function M.tag() return "9.0.4" end
1313
function M.git()
14-
local s = "9.0.3"
14+
local s = "9.0.4"
1515
if (s == "@" .. "git@") then s = "" end
1616
if (s == M.tag() ) then s = "" end
1717
return s == "" and s or "("..s..")"
1818
end
19-
function M.date() return "2025-11-10 12:33 -06:00" end
19+
function M.date() return "2025-11-12 09:30 -06:00" end
2020
function M.name()
2121
local a = {}
2222
a[#a+1] = M.tag()

src/Version.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ function M.branchStr()
99
end
1010
return s == "" and s or "[branch: "..s.."]"
1111
end
12-
function M.tag() return "9.0.3" end
12+
function M.tag() return "9.0.4" end
1313
function M.git()
14-
local s = "9.0.3"
14+
local s = "9.0.4"
1515
if (s == "@" .. "git@") then s = "" end
1616
if (s == M.tag() ) then s = "" end
1717
return s == "" and s or "("..s..")"
1818
end
19-
function M.date() return "2025-11-10 12:33 -06:00" end
19+
function M.date() return "2025-11-12 09:30 -06:00" end
2020
function M.name()
2121
local a = {}
2222
a[#a+1] = M.tag()

0 commit comments

Comments
 (0)