Cut version 0.0.1b2
authorScott Gasch <[email protected]>
Fri, 14 Oct 2022 01:30:26 +0000 (18:30 -0700)
committerScott Gasch <[email protected]>
Fri, 14 Oct 2022 01:30:26 +0000 (18:30 -0700)
- Improve documentation.
- More work on improving docs.
- Improve docs.
- Add some example code.
- Followup to previous changes in math_utils; have the code use its own len.
- Moving zookeeper.py here caused a dep on kazoo.
- Make markdown look nicer.
- Update README with link to local git repo + previous version.
- Cut version 0.0.1b

pyproject.toml
release_notes.md

index 0a99ee0ad8fbba00610c2cf815b2d77e72b0efdd..cbefda6826433a44da36e53eecd133cc6011350e 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b"
+version = "0.0.1b2"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
@@ -18,6 +18,7 @@ dependencies = [
     "bitstring",
     "cloudpickle",
     "holidays",
+    "kazoo",
     "overrides",
     "python-dateutil",
     "pytz",
index e8e3c89c11d0b3a6833e454cb4b984014a27ebc4..2bd695df2c29fa52b490928cfed05b5434779d73 100644 (file)
@@ -14,3 +14,22 @@ This version -------- 0.0.1b
 Previous version ---- 
 Total commits -------        6
 ```
+# 🎁 Release notes (`0.0.1b2`)
+
+## Changes
+- Improve documentation.
+- More work on improving docs.
+- Improve docs.
+- Add some example code.
+- Followup to previous changes in math_utils; have the code use its own len.
+- Moving zookeeper.py here caused a dep on kazoo.
+- Make markdown look nicer.
+- Update README with link to local git repo + previous version.
+- Cut version 0.0.1b
+
+## Metadata
+```
+This version -------- 0.0.1b2
+Previous version ---- 
+Total commits -------        9
+```