mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
doc: Fix version number in autogenerated resource doc
This commit is contained in:
parent
7491dd4c50
commit
5b58e0e60c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import ast
|
||||||
import datetime
|
import datetime
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
version = (open("../debian/changelog").readlines()[0].split()[1].strip("()"),)
|
version = open("../debian/changelog").readlines()[0].split()[1].strip("()")
|
||||||
today = datetime.datetime.now().strftime("%d/%m/%Y")
|
today = datetime.datetime.now().strftime("%d/%m/%Y")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue