From 267aab5b82b66d5e614e6900a9b3d43dc6efe19d Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:11:32 -0400 Subject: [PATCH 1/2] remove sphinx-codeautolink directive from PyPI history --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 82e0109db..8ec95c043 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ with open("HISTORY.rst") as history_file: history = history_file.read() + # remove disallowed directives for PyPI publishing + history = history.replace(".. autolink-skip::", "") hyperlink_replacements = { r":issue:`([0-9]+)`": r"`GH/\1 `_", From 7ac4103562bf2339ca751dd7934f255bcd3052d1 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:25:43 -0400 Subject: [PATCH 2/2] update release date --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 56125b6e5..2d1ded63f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.39.0 (2022-11-01) +0.39.0 (2022-11-02) ------------------- Contributors to this version: Trevor James Smith (:user:`Zeitsperre`), Abel Aoun (:user:`bzah`), Éric Dupuis (:user:`coxipi`), Travis Logan (:user:`tlogan2000`), Pascal Bourgault (:user:`aulemahal`).