mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 02:23:57 +00:00
markdown: Replace hyperlink requirement with urllib.parse.
The previous code only worked by accident and hyperlink 20.0.0 breaks
it.
>>> hyperlink.parse("example.com").replace(scheme="https")
DecodedURL(url=URL.from_text('https:example.com'))
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f39d4cf1f0
commit
dfab09b17d
@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 32
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '102.0'
|
||||
PROVISION_VERSION = '103.0'
|
||||
|
||||
Reference in New Issue
Block a user