From 0754b553dd3c1af409493139e36b2ef4650407f6 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 2 May 2021 09:18:19 +0200 Subject: [PATCH] v0.10.16 --- copyparty/__version__.py | 4 ++-- scripts/make-sfx.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3dc8bda5..9b257e78 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 10, 15) +VERSION = (0, 10, 16) CODENAME = "zip it" -BUILD_DT = (2021, 4, 24) +BUILD_DT = (2021, 5, 2) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/scripts/make-sfx.sh b/scripts/make-sfx.sh index 670092aa..bdd24820 100755 --- a/scripts/make-sfx.sh +++ b/scripts/make-sfx.sh @@ -117,7 +117,7 @@ cd sfx ver= git describe --tags >/dev/null 2>/dev/null && { git_ver="$(git describe --tags)"; # v0.5.5-2-gb164aa0 - ver="$(printf '%s\n' "$git_ver" | sed -r 's/^v//; s/-g?/./g')"; + ver="$(printf '%s\n' "$git_ver" | sed -r 's/^v//')"; t_ver= printf '%s\n' "$git_ver" | grep -qE '^v[0-9\.]+$' && {