mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.8.1
This commit is contained in:
parent
f75c5f2fe5
commit
8a4e0739bc
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 8, 0)
|
||||
VERSION = (0, 8, 1)
|
||||
CODENAME = "keeping track"
|
||||
BUILD_DT = (2021, 2, 22)
|
||||
|
||||
|
|
|
@ -86,6 +86,8 @@ function have() {
|
|||
python -c "import $1; $1; $1.__version__"
|
||||
}
|
||||
|
||||
mv copyparty/web/deps/marked.full.js.gz srv/ || true
|
||||
|
||||
. buildenv/bin/activate
|
||||
have setuptools
|
||||
have wheel
|
||||
|
|
|
@ -35,6 +35,8 @@ ver="$1"
|
|||
exit 1
|
||||
}
|
||||
|
||||
mv copyparty/web/deps/marked.full.js.gz srv/ || true
|
||||
|
||||
mkdir -p dist
|
||||
zip_path="$(pwd)/dist/copyparty-$ver.zip"
|
||||
tgz_path="$(pwd)/dist/copyparty-$ver.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue