From: Scott Gasch Date: Mon, 17 Oct 2022 19:28:31 +0000 (-0700) Subject: Cut version 0.0.1b4 X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=16f960286dd78e5b7b70d15fe0a5a4da64db759a;hp=40a9cba91b25d099470c63840f90aac33cca852e;p=pyutils.git 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 --- 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 +```