mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
v1.1.6
This commit is contained in:
parent
04b9e21330
commit
abc404a5b7
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 1, 5)
|
||||
VERSION = (1, 1, 6)
|
||||
CODENAME = "opus"
|
||||
BUILD_DT = (2021, 12, 4)
|
||||
BUILD_DT = (2021, 12, 7)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
|
@ -51,6 +51,7 @@ class Cfg(Namespace):
|
|||
mte="a",
|
||||
mth="",
|
||||
textfiles="",
|
||||
doctitle="",
|
||||
hist=None,
|
||||
no_idx=None,
|
||||
no_hash=None,
|
||||
|
|
|
@ -23,6 +23,7 @@ class Cfg(Namespace):
|
|||
"mtp": [],
|
||||
"mte": "a",
|
||||
"mth": "",
|
||||
"doctitle": "",
|
||||
"hist": None,
|
||||
"no_idx": None,
|
||||
"no_hash": None,
|
||||
|
|
Loading…
Reference in a new issue