This commit is contained in:
ed 2021-06-06 19:09:55 +02:00
parent a891f34a93
commit 0061d29534
3 changed files with 4 additions and 4 deletions

View file

@ -16,4 +16,4 @@
"bytes // <a href=\"/([^\"]+)\""
],
"URL": "http://127.0.0.1:3923/$regex:1|1$"
}
}

View file

@ -14,4 +14,4 @@
},
"FileFormName": "f",
"URL": "$json:files[0].url$"
}
}

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 11, 7)
VERSION = (0, 11, 8)
CODENAME = "the grid"
BUILD_DT = (2021, 6, 5)
BUILD_DT = (2021, 6, 6)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)