From 7dcd08bae1e32868dcdcc4a91470902ce1f3655f Mon Sep 17 00:00:00 2001
From: Scott Gasch <scott@gasch.org>
Date: Thu, 13 Oct 2022 18:30:26 -0700
Subject: [PATCH] Cut version 0.0.1b2

- 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   |  3 ++-
 release_notes.md | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0a99ee0..cbefda6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b"
+version = "0.0.1b2"
 authors = [
   { name="Scott Gasch", email="scott.gasch@gmail.com" },
 ]
@@ -18,6 +18,7 @@ dependencies = [
     "bitstring",
     "cloudpickle",
     "holidays",
+    "kazoo",
     "overrides",
     "python-dateutil",
     "pytz",
diff --git a/release_notes.md b/release_notes.md
index e8e3c89..2bd695d 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -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
+```
-- 
2.49.0