From 16f960286dd78e5b7b70d15fe0a5a4da64db759a Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Mon, 17 Oct 2022 12:28:31 -0700 Subject: [PATCH] Cut version 0.0.1b4 - Update sphinx links to anonymous references to work around a warning message at docs build time. - More documentation improvements. - Fix run_tests.py to detect doctest failures and tear itself down more quickly when a test has failed. - Update remote worker records to be more instructive. - Hacky code to sort the colors on the sphinx webpage. :P - Cut version 0.0.1b3 --- pyproject.toml | 2 +- release_notes.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb4e0e..4bc24a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b3" +version = "0.0.1b4" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index 6a4befc..7ad4a6d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -56,3 +56,19 @@ This version -------- 0.0.1b3 Previous version ---- Total commits ------- 13 ``` +# 🎁 Release notes (`0.0.1b4`) + +## Changes +- Update sphinx links to anonymous references to work around a warning message at docs build time. +- More documentation improvements. +- Fix run_tests.py to detect doctest failures and tear itself down more quickly when a test has failed. +- Update remote worker records to be more instructive. +- Hacky code to sort the colors on the sphinx webpage. :P +- Cut version 0.0.1b3 + +## Metadata +``` +This version -------- 0.0.1b4 +Previous version ---- +Total commits ------- 6 +``` -- 2.45.2