mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.10.20
This commit is contained in:
parent
3b8f697dd4
commit
a203e33347
|
@ -9,7 +9,7 @@
|
|||
turn your phone or raspi into a portable file server with resumable uploads/downloads using IE6 or any other browser
|
||||
|
||||
* server runs on anything with `py2.7` or `py3.3+`
|
||||
* browse/upload with `IE4` / `netscape 4` on `win3.11` (heh)
|
||||
* browse/upload with IE4 / netscape4.0 on win3.11 (heh)
|
||||
* *resumable* uploads need `firefox 34+` / `chrome 37+` / `safari 7+`
|
||||
* code standard: `black`
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 10, 19)
|
||||
VERSION = (0, 10, 20)
|
||||
CODENAME = "zip it"
|
||||
BUILD_DT = (2021, 5, 14)
|
||||
BUILD_DT = (2021, 5, 16)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
Loading…
Reference in a new issue