Cut version 0.0.1b4
authorScott Gasch <[email protected]>
Mon, 17 Oct 2022 19:28:31 +0000 (12:28 -0700)
committerScott Gasch <[email protected]>
Mon, 17 Oct 2022 19:28:31 +0000 (12:28 -0700)
- 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
release_notes.md

index 3bb4e0e7a2ce89e391c25c9a07e794d8994ee782..4bc24a859a1fd14186cb7a5b19c91688348dae2f 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b3"
+version = "0.0.1b4"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index 6a4befcea81c6ba93750c545691d8f52cbaef2e6..7ad4a6dfda0493799a559ec510a3f98ea820d330 100644 (file)
@@ -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
+```