From e4acddc23b32865d1aee7a1d36d0185db99e3ced Mon Sep 17 00:00:00 2001
From: ed
Date: Sun, 11 Jun 2023 00:03:03 +0000
Subject: [PATCH] v1.7.3
---
copyparty/__version__.py | 4 ++--
copyparty/web/util.js | 2 +-
pyproject.toml | 1 -
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/copyparty/__version__.py b/copyparty/__version__.py
index f650b508..ae049551 100644
--- a/copyparty/__version__.py
+++ b/copyparty/__version__.py
@@ -1,8 +1,8 @@
# coding: utf-8
-VERSION = (1, 7, 2)
+VERSION = (1, 7, 3)
CODENAME = "unlinked"
-BUILD_DT = (2023, 5, 13)
+BUILD_DT = (2023, 6, 11)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
diff --git a/copyparty/web/util.js b/copyparty/web/util.js
index de1c5193..2f29fbf1 100644
--- a/copyparty/web/util.js
+++ b/copyparty/web/util.js
@@ -160,7 +160,7 @@ function vis_exh(msg, url, lineNo, columnNo, error) {
var html = [
'you hit a bug!
',
'
try to reset copyparty settings if you are stuck here, or ignore this / ignore all / basic
', - 'please send me a screenshot arigathanks gozaimuch: github issue or ed#2644
please send me a screenshot arigathanks gozaimuch: github issue
', '' + esc(url + ' @' + lineNo + ':' + columnNo), '
' + esc(String(msg)).replace(/\n/g, '
') + '
UA: ' + esc(navigator.userAgent + '') ]; diff --git a/pyproject.toml b/pyproject.toml index 496d6cd4..1636210c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,6 @@ target-version = ['py27'] [tool.isort] profile = "black" include_trailing_comma = true -force_sort_within_sections = true [tool.bandit] skips = ["B104", "B110", "B112"]