From 9e310badf841a07bb65253a09c9437cbfc4ba52a Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 1 Apr 2022 17:23:26 +0200 Subject: [PATCH] DOC: Added comment about bug in pypa/packaging<=21.3. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 4eb717af..def734ac 100755 --- a/setup.py +++ b/setup.py @@ -49,6 +49,10 @@ ISRELEASED = False MAJOR = 0 MINOR = 8 MICRO = 0 +# Do not tag as pre-release until this commit +# https://github.com/pypa/packaging/pull/515 +# has made it into a release. Probably we should wait for pypa/packaging>=21.4 +# https://github.com/pypa/packaging/releases PRE = "" # "dev" # e.g. rc0, alpha.1, 0.beta-23 if PRE: -- GitLab